Give the KDE test more memory

This commit is contained in:
Eelco Dolstra 2014-04-25 17:27:05 +02:00
parent 537c034e8f
commit 7ddcd7b6b6

View file

@ -5,7 +5,7 @@ import ./make-test.nix ({ pkgs, ... }: {
{ imports = [ ./common/user-account.nix ];
virtualisation.memorySize = 768;
virtualisation.memorySize = 1024;
services.xserver.enable = true;