Merge pull request #109042 from Atemu/installer-tests-more-cores
tests/installer: give installer VM more cores
This commit is contained in:
commit
4ee9a86405
@ -284,7 +284,9 @@ let
|
||||
extraInstallerConfig
|
||||
];
|
||||
|
||||
# builds stuff in the VM, needs more juice
|
||||
virtualisation.diskSize = 8 * 1024;
|
||||
virtualisation.cores = 8;
|
||||
virtualisation.memorySize = 1536;
|
||||
|
||||
# Use a small /dev/vdb as the root disk for the
|
||||
|
Loading…
Reference in New Issue
Block a user