Files
lix/doc/manual
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
..
2013-08-21 12:53:51 +02:00
2017-07-07 22:07:46 +02:00
2016-08-10 08:20:51 -04:00
2014-12-13 23:23:19 +01:00
2016-12-06 17:17:29 +01:00
2015-01-02 12:53:32 +01:00
2009-11-05 09:07:43 +00:00
2004-10-31 17:08:48 +00:00
2014-12-13 23:21:14 +01:00