Merge #123049: nixos/tests/minecraft-server: fix on i686
This commit is contained in:
commit
843fcf68e1
|
@ -24,7 +24,7 @@ in import ./make-test-python.nix ({ pkgs, ... }: {
|
|||
};
|
||||
};
|
||||
|
||||
virtualisation.memorySize = 2048;
|
||||
virtualisation.memorySize = 2047;
|
||||
};
|
||||
|
||||
testScript = ''
|
||||
|
|
Loading…
Reference in New Issue