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 <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2015-01-24 13:21:33 +01:00
parent ced5afc38c
commit eae32fb798

View File

@@ -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" ''
<!DOCTYPE html>