Merge pull request #49326 from c0bw3b/nixos/installation-device

nixos/installation-device: set GC initial heap size to 1MB
This commit is contained in:
Eelco Dolstra 2018-10-30 14:13:59 +01:00 committed by GitHub
commit be6e4b8af8
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