nixos/tests/containers-imperative: download more RAM
This commit is contained in:
parent
bb8b1e6bd7
commit
7e3d335152
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
|
|||
nix.settings.sandbox = false;
|
||||
nix.settings.substituters = []; # don't try to access cache.nixos.org
|
||||
|
||||
virtualisation.memorySize = 2048;
|
||||
virtualisation.writableStore = true;
|
||||
# Make sure we always have all the required dependencies for creating a
|
||||
# container available within the VM, because we don't have network access.
|
||||
|
|
Loading…
Reference in a new issue