Merge pull request #109042 from Atemu/installer-tests-more-cores
tests/installer: give installer VM more cores
This commit is contained in:
commit
4ee9a86405
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue