anderbubble / civilfritz-minecraft

Puppet module for installing and managing a Minecraft server
0 stars 0 forks source link

make server memory configurable #2

Closed anderbubble closed 11 years ago

anderbubble commented 11 years ago

Right now, the java process memory (-Xms32M and -Xmx384M) is hardcoded in the init script. Read this in using class parameters.

The defaults should become what's recommended in the Minecraft wiki, too; rather than the low-memory config that I run.

anderbubble commented 11 years ago

Worth remembering: these settings need to prompt an actual server restart, not just a reload.