forked from mirrors/nixpkgs
nixos/tests/minecraft-server: fix build on i686
"at most 2047 MB RAM can be simulated"
This commit is contained in:
parent
72948af15b
commit
827f69cf0d
|
@ -24,7 +24,7 @@ in import ./make-test-python.nix ({ pkgs, ... }: {
|
|||
};
|
||||
};
|
||||
|
||||
virtualisation.memorySize = 2048;
|
||||
virtualisation.memorySize = 2047;
|
||||
};
|
||||
|
||||
testScript = ''
|
||||
|
|
Loading…
Reference in a new issue