From 642ce3baf5bec2fd42c53b41e493ea74f2b3e16d Mon Sep 17 00:00:00 2001 From: Diptanu Choudhury Date: Tue, 31 Jan 2017 16:30:50 -0800 Subject: [PATCH] Added docs --- website/source/docs/agent/configuration/client.html.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/source/docs/agent/configuration/client.html.md b/website/source/docs/agent/configuration/client.html.md index e06b05aab..019dea757 100644 --- a/website/source/docs/agent/configuration/client.html.md +++ b/website/source/docs/agent/configuration/client.html.md @@ -83,6 +83,15 @@ client { [data_dir](/docs/agent/configuration/index.html#data_dir) suffixed with "client", like `"/opt/nomad/client"`. This must be an absolute path. +- `gc_interval` `(string: "1m")` - Specifies the interval at which Nomad + attempts to garbage collect terminal allocation directories. + +- `gc_disk_usage_threshold` `(float: 80)` - Specifies the disk usage percent which + Nomad tries to maintain by garbage collecting terminal allocations. + +- `gc_inode_usage_threshold` `(float: 70)` - Specifies the inode usage percent + which Nomad tries to maintain by garbage collecting terminal allocations. + ### `chroot_env` Parameters Drivers based on [isolated fork/exec](/docs/drivers/exec.html) implement file