lotus

贵有恒何必三更眠五更起 最无益只怕一日曝十日寒

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

https://www.oracle.com/java/technologies/javase/vmoptions-jsp.html

 

 

 

IntelliJ IDEA VM options配置

 

-server
-Xm1g
-Xmx3g
-Xss16m
-XX:NewRatio=3
-XX:ConcGCThreads=4
-XX:ReservedCodeCacheSize=240m
-XX:+UseCompressedOops
-XX:+UseConcMarkSweepGC
-XX:SoftRefLRUPolicyMSPerMB=50
-XX:+HeapDumpOnOutOfMemoryError
-XX:-OmitStackTraceInFastThrow
-XX:+CMSParallelRemarkEnabled
-XX:+AlwaysPreTouch
-XX:+TieredCompilation
-Xverify:none
-Dfile.encoding=UTF-8
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-Djsse.enableSNIExtension=false
-ea

-XX:ErrorFile=USER_HOME/java_error_in_idea_%p.log -XX:HeapDumpPath=USER_HOME/java_error_in_idea.hprof
-javaagent:/Users/wolfe/.jetbrains/jetbrains-agent-v3.2.0.de72.619


hll
-Dhll.consul.host=consul-stg.myhll.cn
-Dhll.consul.port=80
-Dhll.consul.token=2c9d32f5-015e-d9aa-d777-0851b5f7fb3e
-Dhll.monitor.port=16752
-Dhll.app.id=bfe-orchestrator-api
-Dhll.env=stg
-Denv=stg
-Xmx512m
-Xms512m
-XX:+UseG1GC
-XX:MaxGCPauseMillis=200
-XX:InitiatingHeapOccupancyPercent=45
-XX:G1ReservePercent=10
-XX:+UseStringDeduplication
-XX:MetaspaceSize=256m
-XX:MaxMetaspaceSize=256m
-XX:+UseGCLogFileRotation
-XX:NumberOfGCLogFiles=10
-XX:GCLogFileSize=10M
-Dapollo.configService=http://apollo-stg.myhll.cn:8080
-Dserver.port=3023
-Dpf4j.pluginsDir=/Users/qyh/huolala/orchestrator/target/plugins
 
posted on 2021-06-25 11:44  白露~  阅读(532)  评论(0编辑  收藏  举报