Commit 309ed272 authored by Artturin's avatar Artturin
Browse files

nixosTests.installer: bump memorySize

Without it the tests sometimes fail because the OOM killer is triggered.
https://hydra.nixos.org/build/204713462
parent df5d6a37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -291,7 +291,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;