Files
lix/doc/manual/release-notes
Eelco Dolstra 0b606aad46 Add automatic garbage collection
Nix can now automatically run the garbage collector during builds or
while adding paths to the store. The option "min-free = <bytes>"
specifies that Nix should run the garbage collector whenever free
space in the Nix store drops below <bytes>. It will then delete
garbage until "max-free" bytes are available.

Garbage collection during builds is asynchronous; running builds are
not paused and new builds are not blocked. However, there also is a
synchronous GC run prior to the first build/substitution.

Currently, no old GC roots are deleted (as in "nix-collect-garbage
-d").
2017-09-05 20:43:42 +02:00
..
2017-06-14 23:27:52 +02:00
2016-01-04 14:38:26 +01:00
2016-01-04 14:38:26 +01:00
2016-01-04 14:38:26 +01:00
2016-01-04 14:38:26 +01:00
2016-01-04 14:38:26 +01:00
2016-01-04 14:38:26 +01:00
2016-01-04 14:38:26 +01:00
2016-01-04 14:38:26 +01:00
2016-01-04 14:38:26 +01:00
2016-01-04 14:38:26 +01:00
2016-01-04 14:38:26 +01:00
2016-01-04 14:38:26 +01:00
2016-01-04 14:38:26 +01:00
2016-01-04 14:38:26 +01:00
2016-01-04 14:38:26 +01:00
2016-01-04 14:38:26 +01:00
2016-01-04 14:38:26 +01:00
2017-07-18 08:02:53 -04:00
2016-01-04 14:38:26 +01:00
2016-01-04 14:38:26 +01:00
2016-01-04 14:38:26 +01:00
2016-01-04 14:38:26 +01:00
2016-01-04 14:38:26 +01:00
2016-01-04 14:38:26 +01:00
2016-01-04 14:38:26 +01:00
2016-01-04 14:38:26 +01:00
2016-01-04 14:38:26 +01:00
2016-01-04 14:38:26 +01:00
2017-06-14 23:28:06 +02:00
2017-09-05 20:43:42 +02:00