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

"at most 2047 MB RAM can be simulated"
master
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
1 changed files with 1 additions and 1 deletions

View File

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