nixos.tests.containers-imperative: increase VM memory
Apparently merging #43021 1bdb1387103 did increase memory usage in some cases. 1 GiB for a VM memory seems still low enough to me.
This commit is contained in:
parent
39e678e24e
commit
38bca8d36f
@ -10,7 +10,7 @@ import ./make-test.nix ({ pkgs, ...} : {
|
|||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
{ imports = [ ../modules/installer/cd-dvd/channel.nix ];
|
{ imports = [ ../modules/installer/cd-dvd/channel.nix ];
|
||||||
virtualisation.writableStore = true;
|
virtualisation.writableStore = true;
|
||||||
virtualisation.memorySize = 768;
|
virtualisation.memorySize = 1024;
|
||||||
# Make sure we always have all the required dependencies for creating a
|
# Make sure we always have all the required dependencies for creating a
|
||||||
# container available within the VM, because we don't have network access.
|
# container available within the VM, because we don't have network access.
|
||||||
virtualisation.pathsInNixDB = let
|
virtualisation.pathsInNixDB = let
|
||||||
|
Loading…
x
Reference in New Issue
Block a user