Skip to content

Commit

Permalink
node_gc_threshold documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-m committed Oct 29, 2015
1 parent 21879e2 commit 3c84b20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/source/docs/agent/config.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@ configured on client nodes.
sub-schedulers this server will handle. This can be used to restrict the
evaluations that worker threads will dequeue for processing. This
defaults to all available schedulers.
* `node_gc_threshold` This is a string with a unit suffix, such as "300ms",
"1.5h" or "25m". Valid time units are "ns", "us" (or "µs"), "ms", "s",
"m", "h". Controls how long a node must be in a terminal state before it is
garbage collected and purged from the system.

## Client-specific Options

Expand Down

0 comments on commit 3c84b20

Please sign in to comment.