From e0102a91ea2eca219de5a809c2fd33aa30b86bd5 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Tue, 1 Dec 2015 11:23:19 +0100 Subject: [PATCH] nixos/tests: increase ram from 768 to 1024 Fixes simpleProvided test failing on unionfs using more ram than available. cc @edolstra @wkennington --- nixos/tests/installer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index b2e1abc26ee..c59b97a66e4 100644 --- a/nixos/tests/installer.nix +++ b/nixos/tests/installer.nix @@ -171,7 +171,7 @@ let ]; virtualisation.diskSize = 8 * 1024; - virtualisation.memorySize = 768; + virtualisation.memorySize = 1024; virtualisation.writableStore = true; # Use a small /dev/vdb as the root disk for the