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