Skip to content

Instantly share code, notes, and snippets.

@vemacs
Last active December 18, 2015 02:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vemacs/5711006 to your computer and use it in GitHub Desktop.
Save vemacs/5711006 to your computer and use it in GitHub Desktop.
Default mark2.properties setup
java.cli.X.ms=1024M
java.cli.X.mx=1024M
# Use whatever mark2 saved the JAR as here
mark2.jar-path=spigot*.jar
# Saving notifications aren't really useful
plugin.save.warn-message=
plugin.save.message=
# This helps stop GC hangs
java.cli.XX.UseConcMarkSweepGC=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment