nixos/tests/minecraft-server: fix build on i686
"at most 2047 MB RAM can be simulated"
Milan Pässler 4 years ago 827f69cf 72948af1
··· 24 24 }; 25 25 }; 26 26 27 27 - virtualisation.memorySize = 2048; 27 27 + virtualisation.memorySize = 2047; 28 28 }; 29 29 30 30 testScript = ''