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

Issue #564.
This commit is contained in:
Eelco Dolstra 2015-06-22 15:47:40 +02:00
parent 65f17cd330
commit ba63ec6f39

View file

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