1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 04:56:01 +01:00

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;