32-bit qemu can only do 2047 MB

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2013-07-03 16:42:10 -04:00
parent 002ac9ef63
commit 117ae78a45

View file

@ -177,7 +177,7 @@ in rec {
{ services.postgresql.enable = true;
services.postgresql.package = pkgs.postgresql92;
environment.systemPackages = [ hydra pkgs.perlPackages.LWP pkgs.perlPackages.JSON ];
virtualisation.memorySize = 2048;
virtualisation.memorySize = 2047;
};
testScript =