msmhq / msm

An init script for managing Minecraft servers
http://msmhq.com
GNU General Public License v3.0
1.22k stars 225 forks source link

Remove invalid java invocation arguments #403

Closed renderorange closed 3 years ago

renderorange commented 4 years ago

The UseConcMarkSweepGC, CMSIncrementalPacing, and AggressiveOpts arguments are no longer supported in current versions of Java. Java fails to start with them present.

Additionally, having less specific default invocation options allows supporting more versions of Java and makes for less maintenance into the future as options are deprecated.

Invocation options can be added to individual server configs, or to the global config, if the user wants to change the defaults.

Fixes issue #402