fix(config): enable allocator reclaim by default (#6566)

Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
houseme
2026-08-25 10:44:18 +08:00
committed by GitHub
parent 017ffb92f7
commit d9cd04e94e
5 changed files with 55 additions and 15 deletions
+7
View File
@@ -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