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:
parent
df5d6a371a
commit
309ed272be
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user