Merge pull request #211372 from vcunat/p/nixosTests.installer-RAM-2

This commit is contained in:
Bernardo Meurer
2023-01-18 09:08:07 -05:00
committed by GitHub
+1 -1
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;