about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2021-11-20 23:00:43 +0100
committerVladimír Čunát <v@cunat.cz>2021-11-20 23:00:43 +0100
commit60c52309689d7a9260035b66e7a7f29f2b92880e (patch)
treecc6c34586f2fc3c532d6cdc830b9e20c89a66a94 /nixos/tests
parent5e560c4e24db27b73bfe5201d900952680353896 (diff)
downloadnixlib-60c52309689d7a9260035b66e7a7f29f2b92880e.tar
nixlib-60c52309689d7a9260035b66e7a7f29f2b92880e.tar.gz
nixlib-60c52309689d7a9260035b66e7a7f29f2b92880e.tar.bz2
nixlib-60c52309689d7a9260035b66e7a7f29f2b92880e.tar.lz
nixlib-60c52309689d7a9260035b66e7a7f29f2b92880e.tar.xz
nixlib-60c52309689d7a9260035b66e7a7f29f2b92880e.tar.zst
nixlib-60c52309689d7a9260035b66e7a7f29f2b92880e.zip
nixosTests.installer: increase the VM memory
For me that fixes the i686 ZFS case:
https://hydra.nixos.org/build/158897777
I don't think it's worth chasing why RAM usage isn't very low here.
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/installer.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index 73dc676ca32d..f800975a4300 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -288,7 +288,7 @@ let
           # builds stuff in the VM, needs more juice
           virtualisation.diskSize = 8 * 1024;
           virtualisation.cores = 8;
-          virtualisation.memorySize = 1536;
+          virtualisation.memorySize = 2048;
 
           # Use a small /dev/vdb as the root disk for the
           # installer. This ensures the target disk (/dev/vda) is