Hi,
I'm not sure this is the right place to put this, but I was at a loss of where else to ask.
I'm trying to setup a modded minecraft server, using java-17-openjdk-amd64, on kubuntu 20.04. I have all the mods installed, and the server is ready to run. Problem I'm having is that when I set the min/max heap size, the upper limit value is being completely ignored.
For my client, on single player games (Windows) I set my max heap size to 8GB. When I try to start the server on linux, I'm using the command
everything else is default, but the server reports that it's only being given 3.8GB (out of about 18GB free on the machine), which sounds like a 32bit limit.
Is there possibly something I'm missing, or doing wrong? Any help would be greatly appreciated.
I'm not sure this is the right place to put this, but I was at a loss of where else to ask.
I'm trying to setup a modded minecraft server, using java-17-openjdk-amd64, on kubuntu 20.04. I have all the mods installed, and the server is ready to run. Problem I'm having is that when I set the min/max heap size, the upper limit value is being completely ignored.
For my client, on single player games (Windows) I set my max heap size to 8GB. When I try to start the server on linux, I'm using the command
Code:
java -Xms1G -Xmx8G
Is there possibly something I'm missing, or doing wrong? Any help would be greatly appreciated.
Comment