Make /nix/var/nix/db/reserved bigger

Issue #564.
This commit is contained in:
Eelco Dolstra 2015-06-22 15:47:40 +02:00 committed by Ludovic Courtès
parent 60bda60fc0
commit 4e5ab98d6d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Settings::Settings()
buildTimeout = 0;
useBuildHook = true;
printBuildTrace = false;
reservedSize = 1024 * 1024;
reservedSize = 8 * 1024 * 1024;
fsyncMetadata = true;
useSQLiteWAL = true;
syncBeforeRegistering = false;