From 6c2c771af7b1fc35a33e1faf0e4e7b266fe44e79 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 19 Nov 2008 13:18:46 +0000 Subject: [PATCH] * Removed obsolete option. --- nix.conf.example | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/nix.conf.example b/nix.conf.example index 547fa6cdc0..e7f8adcab6 100644 --- a/nix.conf.example +++ b/nix.conf.example @@ -29,25 +29,6 @@ #gc-keep-derivations = true -### Option `gc-reserved-space' -# -# This option specifies how much space should be reserved in normal -# use so that the garbage collector can run succesfully. Since the -# garbage collector must perform Berkeley DB transactions, it needs -# some disk space for itself. However, when the disk is full, this -# space is not available, so the collector would not be able to run -# precisely when it is most needed. -# -# For this reason, when Nix is run, it allocates a file -# /nix/var/nix/db/reserved of the size specified by this option. When -# the garbage collector is run, this file is deleted before the -# Berkeley DB environment is opened. This should give it enough room -# to proceed. -# -# The default is "1048576" (1 MiB). -#gc-reserved-space = 1048576 - - ### Option `env-keep-derivations' # # If `false' (default), derivations are not stored in Nix user