|
-
Awesome.
 Originally Posted by James
Groovy.
And I have the minecraft_server.jar. Wasn't specific. Sorry about that.
Currently I have it starting with the following parameters (or will, once I get it up and running):
Code:
[james@mail:/home/minecraft$ cat start_server.sh
java -Xms2048M -Xmx2048M -jar minecraft-server.jar nogui
The extra memory doesn't hurt the rest of the server much, and I would imagine it couldn't hurt the minecraft instance either. 
Unless the players start messing with massive amounts of TNT, 1GB of memory for the process is more than enough. Just to keep it from taking up a huge chunk of memory, it might be better if you set it as "-Xms1024M -Xmx2048M" this way the server will grab 1GB initially then have room to grow to 2GB if needed.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|