jvm生产环境启动参数

时间:2025-02-13 09:54:51

-XX:CICompilerCount=4

-XX:ConcGCThreads=2

-XX:G1HeapRegionSize=4194304

-XX:+HeapDumpOnOutOfMemoryError

-XX:HeapDumpPath=null

-XX:InitialHeapSize=8589934592

-XX:MarkStackSize=4194304

-XX:MaxGCPauseMillis=200

-XX:MaxHeapSize=8589934592

-XX:MaxNewSize=5150605312

-XX:MinHeapDeltaBytes=4194304

-XX:+PrintGC

-XX:+PrintGCTimeStamps

-XX:+UseCompressedClassPointers

-XX:+UseCompressedOops

-XX:+UseFastUnorderedTimeStamps

-XX:+UseG1GC
 -XX:+UseG1GC -Xmx8g -Xms8g

-XX:MaxGCPauseMillis=200 -=UTF-8 -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000

-Xloggc:/data/xxx

-XX:+HeapDumpOnOutOfMemoryError

-XX:HeapDumpPath=/data/

-=/data//tmp/

-=/data/xxxxx -=file:/dev/./urandom

-=none

相关文章