Finalized JVM and .jar commandline args
This commit is contained in:
parent
dfea647719
commit
1da9eee052
@ -12,15 +12,14 @@
|
|||||||
# @TODO
|
# @TODO
|
||||||
# - Implement restart
|
# - Implement restart
|
||||||
# - Implement status
|
# - Implement status
|
||||||
# - Evaluate commandline options
|
|
||||||
|
|
||||||
# Config START
|
# Config START
|
||||||
USER="craftbukkit"
|
USER="craftbukkit"
|
||||||
SRVPATH="/opt/craftbukkit"
|
SRVPATH="/opt/craftbukkit"
|
||||||
WORLDPATH="/opt/craftbukkit/world/"
|
WORLDPATH="/opt/craftbukkit/world/"
|
||||||
LOGPATH="/opt/craftbukkit/log/server.log"
|
JAVAOPTS="-d64 -server -Xms1G -Xmx4G -XX:+UseG1GC -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -XX:TargetSurvivorRatio=90 -XX:MaxGCPauseMillis=200 -XX:MaxPermSize=256m -Dlog4j.configurationFile=bukkit-log.xml"
|
||||||
JAVAOPTS="-d64 -server -Xms1G -Xmx1G -XX:+UseG1GC -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -XX:+UseLargePages -XX:TargetSurvivorRatio=90 -XX:MaxGCPauseMillis=200 -XX:MaxPermSize=256m"
|
|
||||||
JARNAME="craftbukkit.jar"
|
JARNAME="craftbukkit.jar"
|
||||||
|
JAROPTS="--universe ${WORLDPATH}"
|
||||||
# Config END
|
# Config END
|
||||||
|
|
||||||
# We want LSB functions here
|
# We want LSB functions here
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user