From 43bef1b82c4a06a916b99643adaf398b04e18870 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Sat, 17 Mar 2018 21:25:50 +0000 Subject: [PATCH] doc: document the min-free and max-free options --- doc/manual/command-ref/conf-file.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/manual/command-ref/conf-file.xml b/doc/manual/command-ref/conf-file.xml index ab83f671a..4a94b9355 100644 --- a/doc/manual/command-ref/conf-file.xml +++ b/doc/manual/command-ref/conf-file.xml @@ -406,6 +406,12 @@ builtins.fetchurl { + max-free + + This option defines after how many free bytes to stop collecting + garbage once the min-free condition gets triggered. + + max-jobs @@ -440,6 +446,17 @@ builtins.fetchurl { + min-free + + + When the disk reaches min-free bytes of free disk space during a build, nix + will start to garbage-collection until max-free bytes are available on the disk. + A value of 0 (the default) means that this feature is disabled. + + + + + netrc-file