mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
15 lines
382 B
Plaintext
15 lines
382 B
Plaintext
-server
|
|
-Xmx1G
|
|
-XX:-UseBiasedLocking
|
|
-XX:+UseG1GC
|
|
-XX:G1HeapRegionSize=32M
|
|
-XX:+ExplicitGCInvokesConcurrent
|
|
-XX:+HeapDumpOnOutOfMemoryError
|
|
-XX:+ExitOnOutOfMemoryError
|
|
-XX:-OmitStackTraceInFastThrow
|
|
-XX:ReservedCodeCacheSize=256M
|
|
-XX:PerMethodRecompilationCutoff=10000
|
|
-XX:PerBytecodeRecompilationCutoff=10000
|
|
-Djdk.attach.allowAttachSelf=true
|
|
-Djdk.nio.maxCachedBufferSize=2000000
|