mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
nixos/tests/nixos-rebuild-specialisations: download even more RAM
This commit is contained in:
parent
1272bba187
commit
cbed115407
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
cores = 2;
|
cores = 2;
|
||||||
memorySize = 2048;
|
memorySize = 4096;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue