summaryrefslogtreecommitdiffstats
path: root/nixos/modules/profiles
diff options
context:
space:
mode:
authorDing Xiang Fei <dingxiangfei2009@gmail.com>2018-11-14 12:32:28 +0800
committerDing Xiang Fei <dingxiangfei2009@gmail.com>2018-11-14 12:32:28 +0800
commitceececbd0404d180b34d1eecfcd4cea728fb1f4a (patch)
tree79354fafb55623575c0c15a4093c3ab55911d3d5 /nixos/modules/profiles
parent4259f7575e5a715bf4001e22894ce95cdc06385a (diff)
parent4b5ffcb964b48c2754aa8964699b339840f507d3 (diff)
Merge branch 'master' of https://github.com/nixos/nixpkgs into tarball-closureinfo
Diffstat (limited to 'nixos/modules/profiles')
-rw-r--r--nixos/modules/profiles/installation-device.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/profiles/installation-device.nix b/nixos/modules/profiles/installation-device.nix
index 370db2b08452..580ea4a58e5b 100644
--- a/nixos/modules/profiles/installation-device.nix
+++ b/nixos/modules/profiles/installation-device.nix
@@ -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