mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
26 lines
443 B
TOML
26 lines
443 B
TOML
attr_timeout = 2
|
|
entry_timeout = 2
|
|
fsync_length_hint = true
|
|
enable_read_cache = true
|
|
|
|
[[common.log.categories]]
|
|
categories = [ '.' ]
|
|
handlers = [ 'normal' ]
|
|
|
|
[[common.log.handlers]]
|
|
async = true
|
|
name = 'normal'
|
|
start_level = 'NONE'
|
|
writer_type = 'FILE'
|
|
file_path = '${FUSE_LOG}'
|
|
|
|
[mgmtd]
|
|
mgmtd_server_addresses = [ 'RDMA://${ADDRESS}:${MGMTD_PORT}' ]
|
|
|
|
[periodic_sync]
|
|
enable = true
|
|
interval = '500ms'
|
|
limit = 16
|
|
|
|
[io_bufs]
|
|
max_buf_size = '1MB' |