endofzero / Minecraft-Sheller

Shell script designed to allow for automation of Minecraft Server Administration.
62 stars 18 forks source link

Use -Xincgc instead of -Xms #31

Closed ankushg closed 13 years ago

ankushg commented 13 years ago

The -Xincgc argument allows the server to run with as little RAM as it wants, but still expand to the -Xmx amount, while doing better garbage collection. The result is less RAM usage and better server performance.

ankushg commented 13 years ago

Also, when you use -Xincgc, you don't specify an initial amount of RAM

endofzero commented 13 years ago

I'll have to do some testing with that setting first...