01ba) Startup Configuration
Last updated
Last updated
We can modify the server launch command parameters in the Startup Configuration. For Minecraft, the server is allocated 128MB of RAM by default. That seems a little low to me, so I'll change the startup command to allow for a little more RAM, say 1GB.
You can do this by changing the -Xms128M
to -Xms1G
, making the entire startup command look like this: