PhonicUK.com Forums

 

These forums are no longer active. Please visit the new forums at forums.phonicuk.com


Forum Index >> McMyAdmin >> View Thread

You are logged in as: Guest

Viewing Thread: McMyAdmin & Javaopts? Help me!


 #1 Posted: 6/22/2011 5:37:09 AM GMT
Poster:
JohnEBH Regular User
Regular User

10 posts
I'm currently using this as a start up bat for my Bukkit Server...

@ECHO OFF
TITLE Bukkit
START "Bukkit" /ABOVENORMAL /B java -server -Xms4G -Xmx6G -XX:PermSize=128m -XX:MaxPermSize=256m -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSParallelRemarkEnabled -XX:ParallelGCThreads=3 -XX:MaxGCPauseMillis=5 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -Xnoclassgc -XX:UseSSE=3 -XX:+UseLargePages -XX:+UseFastAccessorMethods -XX:+UseStringCache -XX:+UseCompressedStrings -XX:+OptimizeStringConcat -XX:+AggressiveOpts -jar craftbukkit-0.0.1-SNAPSHOT.jar nogui
PAUSE

I'd like to start using McMyAdmin and use these optimizations, but I also see a line for a Garbage Collector right above "javaopts=". Can someone please help me with what to put in the "javaopts=" line and "gc=" line according to this bat file.

 

 

You need to login to report or quote posts. 

 #2 Posted: 6/22/2011 3:31:19 PM GMT
Poster:
PhonicUK Admin
Administrator

1431 posts
Code:

gc=default
javaopts=-XX:PermSize=128m -XX:MaxPermSize=256m -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSParallelRemarkEnabled -XX:ParallelGCThreads=3 -XX:MaxGCPauseMillis=5 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -Xnoclassgc -XX:UseSSE=3 -XX:+UseLargePages -XX:+UseFastAccessorMethods -XX:+UseStringCache -XX:+UseCompressedStrings -XX:+OptimizeStringConcat -XX:+AggressiveOpts

 

Please only download PhonicUK software from PhonicUK.com!

 

You need to login to report or quote posts. 

 #3 Posted: 6/22/2011 11:59:20 PM GMT
Poster:
JohnEBH Regular User
Regular User

10 posts
Ty!

 

 

You need to login to report or quote posts.