jrockit相关参数列表

-X的命令列表:

  • -Xbootclasspath
  • -Xbootclasspath/a
  • -Xbootclasspath/p
  • -Xcheck:jni
  • -Xdebug
  • -Xgc
  • -XgcPrio (deprecated)
  • -XlargePages
  • -Xmanagement
  • -Xms
  • -Xmx
  • -XnoClassGC (deprecated)
  • -XnoOpt
  • -Xns
  • -XpauseTarget
  • -Xrs
  • -Xss
  • -XstrictFP
  • -Xverbose
  • -Xverbosedecorations
  • -XverboseLog
  • -XverboseTimeStamp
  • -Xverify

-XX的命令列表

  • -XXaggressive
  • -XX:AllocChunkSize
  • -XX:+|-CheckJNICalls
  • -XX:+|-CheckStacks
  • -XXcompaction
  • -XXcompactRatio (deprecated)
  • -XXcompactSetLimit (deprecated)
  • -XXcompactSetLimitPerObject (deprecated)
  • -XXcompressedRefs
  • -XX:+|-CrashOnOutOfMemoryError
  • -XX:+|-DisableAttachMechanism
  • -XXdumpFullState
  • -XXdumpSize
  • -XX:ExceptionTraceFilter
  • -XX:+|-ExitOnOutOfMemoryError
  • -XX:ExitOnOutOfMemoryErrorExitCode
  • -XXexternalCompactRatio (deprecated)
  • -XX:+|-FailOverToOldVerifier
  • -XX:+|-FlightRecorder
  • -XX:FlightRecorderOptions
  • -XX:+|-FlightRecordingDumpOnUnhandledException
  • -XX:FlightRecordingDumpPath
  • -XXfullSystemGC
  • -XXgcThreads
  • -XX:GCTimePercentage
  • -XX:GCTimeRatio
  • -XXgcTrigger
  • -XX:+|-HeapDiagnosticsOnOutOfMemoryError
  • -XX:HeapDiagnosticsPath
  • -XX:+|-HeapDumpOnCtrlBreak
  • -XX:+|-HeapDumpOnOutOfMemoryError
  • -XX:HeapDumpPath
  • -XX:HeapDumpSegmentSize
  • -XXheapParts (deprecated)
  • -XXinternalCompactRatio (deprecated)
  • -XX:+|-JavaDebug
  • -XXkeepAreaRatio
  • -XXlargeObjectLimit (deprecated)
  • -XX:MaxCodeMemory
  • -XX:MaxDirectMemorySize
  • -XX:MaximumNurseryPercentage
  • -XX:MaxLargePageSize
  • -XX:MaxRecvBufferSize
  • -XXminBlockSize (deprecated)
  • -XXnoSystemGC
  • -XX:OptThreads
  • -XX:+|-RedoAllocPrefetch
  • -XX:+|-ReserveCodeMemory
  • -XX:SegmentedHeapDumpThreshold
  • -XXsetGC (deprecated)
  • -XX:+|-StrictFP
  • -XX:StartFlightRecording
  • -XXtlaSize
  • -XX:TreeMapNodeSize
  • -XX:+|-UseAdaptiveFatSpin
  • -XX:+|-UseAllocPrefetch
  • -XX:+|-UseCallProfiling
  • -XX:+|-UseCfsAdaptedYield
  • -XX:+|-UseClassGC
  • -XX:+|-UseFastTime
  • -XX:+|-UseFatSpin
  • -XX:+|-UseLargePagesFor[Heap|Code]
  • -XX:+|-UseLazyUnlocking
  • -XX:+|-UseLockProfiling
  • -XX:+|-UseLowAddressForHeap
  • -XX:+|-UseNewHashFunction
  • -XX:+|-UseThreadPriorities

后期将对这些参数应用到生产环境里进行相关测试。

 

 

你可能感兴趣的:(jrockit相关参数列表)