installation-device: set GC initial heap size to 1MB

100000 (100kB) is too aggressive (too low) and gets ignored by the GC
See issue #43339
This commit is contained in:
Renaud 2018-10-28 10:48:00 +01:00 committed by GitHub
parent 15759508fa
commit fc476599ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ with lib;
# Tell the Nix evaluator to garbage collect more aggressively.
# This is desirable in memory-constrained environments that don't
# (yet) have swap set up.
environment.variables.GC_INITIAL_HEAP_SIZE = "100000";
environment.variables.GC_INITIAL_HEAP_SIZE = "1M";
# Make the installer more likely to succeed in low memory
# environments. The kernel's overcommit heustistics bite us