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
commit 75a1eb0c5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;