mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
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
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ in import ./make-test-python.nix ({ pkgs, ... }: {
|
|||
};
|
||||
};
|
||||
|
||||
virtualisation.memorySize = 2048;
|
||||
virtualisation.memorySize = 2047;
|
||||
};
|
||||
|
||||
testScript = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue