This commit is contained in:
parent
c63f54e22f
commit
dd94854d9e
1 changed files with 7 additions and 9 deletions
|
@ -60,18 +60,16 @@ new String[] {
|
|||
"-Xmx512m",
|
||||
"-XX:MaxMetaspaceSize=128m",
|
||||
"-XX:CompressedClassSpaceSize=32m",
|
||||
"-XX:+UseG1GC",
|
||||
"-XX:InitiatingHeapOccupancyPercent=45",
|
||||
"-XX:MaxGCPauseMillis=200",
|
||||
"-XX:-UseGCOverheadLimit",
|
||||
"-XX:+UseConcMarkSweepGC",
|
||||
"-XX:CMSInitiatingOccupancyFraction=75",
|
||||
"-XX:+CMSIncrementalMode",
|
||||
"-XX:+CMSIncrementalPacing",
|
||||
"-XX:CMSIncrementalDutyCycleMin=0",
|
||||
"-XX:+UseParNewGC",
|
||||
"-XX:+UseTLAB",
|
||||
"-XX:+DisableExplicitGC"
|
||||
}
|
||||
<!-- G1GC Options
|
||||
"-XX:NewRatio=2",
|
||||
"-XX:SurvivorRatio=8",
|
||||
"-XX:MaxTenuringThreshold=15",
|
||||
"-XX:G1ReservePercent=10",
|
||||
-->
|
||||
</property>
|
||||
<!-- remote debug
|
||||
"-Xdebug",
|
||||
|
|
Loading…
Add table
Reference in a new issue