-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
client {
# Default is "1m" - increase this for less frequent GC runs
gc_interval = "5m"
# Default is 80% - lower this to be more aggressive with GC
gc_disk_usage_threshold = 90
# Default is 70% - lower this for more aggressive inode-based GC
gc_inode_usage_threshold = 80
# Default is 50 - increase this to keep more terminal allocations
gc_max_allocs = 100
# Default is 2 - controls parallel allocation cleanup
gc_parallel_destroys = 2
}
Metadata
Metadata
Assignees
Labels
No labels