Skip to content

Commit

Permalink
add mc server config
Browse files Browse the repository at this point in the history
  • Loading branch information
hackwa committed Aug 6, 2021
1 parent a51b850 commit e2be470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -Xms6G -Xmx6G -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AlwaysPreTouch -jar server.jar

0 comments on commit e2be470

Please sign in to comment.