mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
nixos/tests/minecraft-server: fix build on i686
"at most 2047 MB RAM can be simulated"
This commit is contained in:
@@ -24,7 +24,7 @@ in import ./make-test-python.nix ({ pkgs, ... }: {
|
||||
};
|
||||
};
|
||||
|
||||
virtualisation.memorySize = 2048;
|
||||
virtualisation.memorySize = 2047;
|
||||
};
|
||||
|
||||
testScript = ''
|
||||
|
||||
Reference in New Issue
Block a user