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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user