Merge #123049: nixos/tests/minecraft-server: fix on i686

This commit is contained in:
Vladimír Čunát
2021-05-16 11:00:02 +02:00

View File

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