mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-29 08:27:06 +00:00
fix(config): enable allocator reclaim by default (#6566)
Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
@@ -20,6 +20,13 @@ RUSTFS_CONSOLE_ADDRESS=0.0.0.0:9001
|
||||
# RUSTFS_SERVER_DOMAINS=s3.example.com
|
||||
# Optional RustFS license content
|
||||
# RUSTFS_LICENSE=REPLACE_WITH_LICENSE_CONTENT
|
||||
# Allocator reclaim is enabled by default to return freed allocator pages to
|
||||
# the OS after idle samples. Set to false only for latency-sensitive profiles
|
||||
# that have measured a benefit from keeping allocator pages resident.
|
||||
# RUSTFS_ALLOCATOR_RECLAIM_ENABLED=false
|
||||
# RUSTFS_ALLOCATOR_RECLAIM_INTERVAL_SECS=30
|
||||
# RUSTFS_ALLOCATOR_RECLAIM_IDLE_INTERVALS=3
|
||||
# RUSTFS_ALLOCATOR_RECLAIM_FORCE=true
|
||||
# Observability configuration endpoint: RUSTFS_OBS_ENDPOINT
|
||||
RUSTFS_OBS_ENDPOINT=http://localhost:4318
|
||||
# Optional TLS certificates directory path: deploy/certs
|
||||
|
||||
Reference in New Issue
Block a user