mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
20 lines
327 B
TOML
20 lines
327 B
TOML
shuffle = true
|
|
subdirs = 4
|
|
files_per_dir = 10000
|
|
threads = 4
|
|
coroutines = 8
|
|
cluster_id = '${FS_CLUSTER}'
|
|
|
|
[meta_client]
|
|
network_type = 'RDMA'
|
|
selection_mode = 'UniformRandom'
|
|
|
|
[mgmtd_client]
|
|
mgmtd_server_addresses = [ 'RDMA://${ADDRESS}:${MGMTD_PORT}' ]
|
|
|
|
[net_client]
|
|
default_timeout = '1s'
|
|
|
|
[[monitor.reporters]]
|
|
type = 'log'
|