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

"at most 2047 MB RAM can be simulated"

Changed files
+1 -1
nixos
+1 -1
nixos/tests/minecraft-server.nix
···
};
};
-
virtualisation.memorySize = 2048;
+
virtualisation.memorySize = 2047;
};
testScript = ''