Skip to content
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.

Commit

Permalink
Remove pointless parameters (launch.bat)
Browse files Browse the repository at this point in the history
-server - defaulted in Java 7
-d64 - also defaulted in Java 7
nogui - not needed since there hasn't been any gui with craftbukkit since ever
  • Loading branch information
Yive committed Feb 19, 2016
1 parent 517ad92 commit 80fa101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java -d64 -server -XX:+UseG1GC -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:+UseStringCache -XX:MetaspaceSize=1024m -XX:MaxMetaspaceSize=2048m -XX:+AggressiveOpts -XX:MaxGCPauseMillis=10 -XX:+UseStringDeduplication -Xms4G -Xmx6G -XX:hashCode=5 -Dfile.encoding=UTF-8 -jar Thermos.jar nogui --log-strip-color
java -XX:+UseG1GC -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:+UseStringCache -XX:MetaspaceSize=1024m -XX:MaxMetaspaceSize=2048m -XX:+AggressiveOpts -XX:MaxGCPauseMillis=10 -XX:+UseStringDeduplication -Xms4G -Xmx6G -XX:hashCode=5 -Dfile.encoding=UTF-8 -jar Thermos.jar --log-strip-color

0 comments on commit 80fa101

Please sign in to comment.