Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 343 Bytes

File metadata and controls

10 lines (8 loc) · 343 Bytes

Java Runtime Arguments

  • -ea

  • -cp

  • -release

  • -X

  • -XX

  • Config for garbage collection - value: "-Xmx2g -XX:+UseG1GC -XX:MaxGCPauseMillis=200 -XX:ParallelGCThreads=4"

  • Some config -XX:InitialRAMPercentage=20.0 -XX:MinRAMPercentage=50.0 -XX:MaxRAMPercentage=80.0 -XX:+HeapDumpOnOutOfMemoryError -XX:+ExitOnOutOfMemoryError