From dfdfb97f0fc1e4fe1dfd7c944597e93483f4cda9 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Thu, 28 Sep 2017 16:58:45 +0200 Subject: nixos/tests/gnome3-gdm: Increase memory limit The test was failing on x86_64 prematurely due to memory being exhausted. See also 3b9f0c6a469a574c1c030e4c23f6c766819cbd2d --- nixos/tests/gnome3-gdm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/tests/gnome3-gdm.nix') diff --git a/nixos/tests/gnome3-gdm.nix b/nixos/tests/gnome3-gdm.nix index 2c9c745021af..4b459e93e1be 100644 --- a/nixos/tests/gnome3-gdm.nix +++ b/nixos/tests/gnome3-gdm.nix @@ -21,7 +21,7 @@ import ./make-test.nix ({ pkgs, ...} : { }; services.xserver.desktopManager.gnome3.enable = true; - virtualisation.memorySize = 512; + virtualisation.memorySize = 1024; }; testScript = -- cgit 1.4.1