Unverified Commit 2b988c76 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Revert "nixosTests.installer: bump memorySize"

This reverts commit 309ed272.
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 6dccdc45 (newer but merged earlier)
parent 312e9042
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;