forked from mirrors/nixpkgs
nixos/tests/installer: increase RAM in the VM
1G apparently isn't sufficient anymore, at least in swraid case: https://hydra.nixos.org/build/126561574
This commit is contained in:
parent
c1c85b9bad
commit
85afe9cbe9
|
@ -285,7 +285,7 @@ let
|
|||
];
|
||||
|
||||
virtualisation.diskSize = 8 * 1024;
|
||||
virtualisation.memorySize = 1024;
|
||||
virtualisation.memorySize = 1536;
|
||||
|
||||
# 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