Revert "nixosTests.installer: bump memorySize"

This reverts commit 309ed272be.
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 by 6dccdc4585 (newer but merged earlier)
This commit is contained in:
Vladimír Čunát 2023-01-18 11:45:48 +01:00
parent 312e9042eb
commit 2b988c76fd
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

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