nixos.tests.containers-imperative: increase VM memory

Apparently merging #43021 1bdb138710 did increase memory usage
in some cases.  1 GiB for a VM memory seems still low enough to me.
This commit is contained in:
Vladimír Čunát 2018-07-06 15:55:33 +02:00
parent 39e678e24e
commit 38bca8d36f
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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