Merge pull request #2427 from hashicorp/f-gc-limit

Limit parallelism during garbage collection
This commit is contained in:
Alex Dadgar
2017-03-14 10:45:29 -07:00
committed by GitHub
10 changed files with 298 additions and 229 deletions

View File

@@ -92,6 +92,10 @@ client {
- `gc_inode_usage_threshold` `(float: 70)` - Specifies the inode usage percent
which Nomad tries to maintain by garbage collecting terminal allocations.
- `gc_parallel_destroys` `(int: 2)` - Specifies the maximum number of
parallel destroys allowed by the garbage collector. This value should be
relatively low to avoid high resource usage during garbage collections.
- `no_host_uuid` `(bool: false)` - Force the UUID generated by the client to be
randomly generated and not be based on the host's UUID.