about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-01-15 23:23:33 +0200
committerGitHub <noreply@github.com>2023-01-15 23:23:33 +0200
commitee5e15cf2df2da30100a0ab39fb77b9e8331e622 (patch)
tree4dc413ccf2789c4e55df9003a5a3c441f6e85965 /nixos/tests
parent98675d974450478427819282ba5561536d19ea32 (diff)
parent309ed272be60962e4465ae7b8cd2bb5cb1bc4bee (diff)
Merge pull request #208614 from LeSuisse/grub2-CVE-2022-2601-CVE-2022-3775
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 4bc4a3ae807ed..0884b0436f8b1 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -309,7 +309,7 @@ let
           # builds stuff in the VM, needs more juice
           virtualisation.diskSize = 8 * 1024;
           virtualisation.cores = 8;
-          virtualisation.memorySize = 1536;
+          virtualisation.memorySize = 2047;
 
           boot.initrd.systemd.enable = systemdStage1;