From eae32fb798400e8189ec0a7301dd22383f748039 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 24 Jan 2015 13:21:33 +0100 Subject: [PATCH] nixos/tests/chromium: Increase VM memory size. Chromium is quite memory hungry and we frequently get random crashes in the tests, so let's set it to 1024 MB because new releases of Chromium most probably won't consume *less* memory. Signed-off-by: aszlig --- nixos/tests/chromium.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/chromium.nix b/nixos/tests/chromium.nix index d571a4358164..efae0ec40459 100644 --- a/nixos/tests/chromium.nix +++ b/nixos/tests/chromium.nix @@ -10,6 +10,7 @@ import ./make-test.nix ( name = "chromium"; machine.imports = [ ./common/x11.nix ]; + machine.virtualisation.memorySize = 1024; startupHTML = pkgs.writeText "chromium-startup.html" ''