about summary refs log tree commit diff
path: root/nix.conf.example
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2008-11-19T13·18+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2008-11-19T13·18+0000
commit6c2c771af7b1fc35a33e1faf0e4e7b266fe44e79 (patch)
treef742805fc96be419f5ae8e2f421b63cd981cdc70 /nix.conf.example
parent07d3a38726aeb9544212c14c8db5bdcdb7da785b (diff)
* Removed obsolete option.
Diffstat (limited to 'nix.conf.example')
-rw-r--r--nix.conf.example19
1 files changed, 0 insertions, 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