nixosTests.installer: bump memorySize

Without it the tests sometimes fail because the OOM killer is triggered.
https://hydra.nixos.org/build/204713462
This commit is contained in:
Artturin 2023-01-10 18:45:34 +02:00
parent df5d6a371a
commit 309ed272be

View file

@ -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;