Skip to content

Increase GC #22

@mr-karan

Description

@mr-karan
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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions