Revert "nixosTests.installer: bump memorySize"
This reverts commit309ed272be
. The bump caused nixosTests.installer.luksroot hang, e.g. see https://hydra.nixos.org/build/205951019 (I don't know why.) The OOM issues were avoided by6dccdc4585
(newer but merged earlier)
This commit is contained in:
parent
312e9042eb
commit
2b988c76fd
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ let
|
|||
# builds stuff in the VM, needs more juice
|
||||
virtualisation.diskSize = 8 * 1024;
|
||||
virtualisation.cores = 8;
|
||||
virtualisation.memorySize = 2047;
|
||||
virtualisation.memorySize = 1536;
|
||||
|
||||
boot.initrd.systemd.enable = systemdStage1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue