forked from lix-project/hydra
32-bit qemu can only do 2047 MB
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
002ac9ef63
commit
117ae78a45
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue