forked from mirrors/nixpkgs
nixosTests.installer: increase the VM memory
For me that fixes the i686 ZFS case: https://hydra.nixos.org/build/158897777 I don't think it's worth chasing why RAM usage isn't very low here.
This commit is contained in:
parent
5e560c4e24
commit
60c5230968
|
@ -288,7 +288,7 @@ let
|
|||
# builds stuff in the VM, needs more juice
|
||||
virtualisation.diskSize = 8 * 1024;
|
||||
virtualisation.cores = 8;
|
||||
virtualisation.memorySize = 1536;
|
||||
virtualisation.memorySize = 2048;
|
||||
|
||||
# Use a small /dev/vdb as the root disk for the
|
||||
# installer. This ensures the target disk (/dev/vda) is
|
||||
|
|
Loading…
Reference in a new issue