nixos/tests/minecraft-server: fix build on i686

"at most 2047 MB RAM can be simulated"
This commit is contained in:
Milan Pässler 2021-05-15 01:17:51 +02:00
parent 72948af15b
commit 827f69cf0d
No known key found for this signature in database
GPG key ID: A6DC6A7CB0B97859

View file

@ -24,7 +24,7 @@ in import ./make-test-python.nix ({ pkgs, ... }: {
}; };
}; };
virtualisation.memorySize = 2048; virtualisation.memorySize = 2047;
}; };
testScript = '' testScript = ''