You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: