about summary refs log tree commit diff
path: root/nixos/tests/containers-imperative.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-07-06 15:55:33 +0200
committerVladimír Čunát <vcunat@gmail.com>2018-07-06 15:57:57 +0200
commit38bca8d36ff239e0dd0d09346a03645bd4e6c9c7 (patch)
tree0446255737400abe0609e82f1bf2c6f45ae0b860 /nixos/tests/containers-imperative.nix
parent39e678e24e38f1f374eaf5463b424ebdf75df9af (diff)
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.
Diffstat (limited to 'nixos/tests/containers-imperative.nix')
-rw-r--r--nixos/tests/containers-imperative.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/containers-imperative.nix b/nixos/tests/containers-imperative.nix
index b89e08f82acb1..42bff6a9a3f98 100644
--- a/nixos/tests/containers-imperative.nix
+++ b/nixos/tests/containers-imperative.nix
@@ -10,7 +10,7 @@ import ./make-test.nix ({ pkgs, ...} : {
     { config, pkgs, lib, ... }:
     { imports = [ ../modules/installer/cd-dvd/channel.nix ];
       virtualisation.writableStore = true;
-      virtualisation.memorySize = 768;
+      virtualisation.memorySize = 1024;
       # Make sure we always have all the required dependencies for creating a
       # container available within the VM, because we don't have network access.
       virtualisation.pathsInNixDB = let