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

"at most 2047 MB RAM can be simulated"
wip/little-gl
Milan Pässler 3 years ago
parent 72948af15b
commit 827f69cf0d
No known key found for this signature in database
GPG Key ID: A6DC6A7CB0B97859
  1. 2
      nixos/tests/minecraft-server.nix

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

Loading…
Cancel
Save