mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-30 04:45:28 +00:00
15 lines
383 B
Plaintext
15 lines
383 B
Plaintext
-server
|
|
-Xmx16G
|
|
-XX:-UseBiasedLocking
|
|
-XX:+UseG1GC
|
|
-XX:G1HeapRegionSize=32M
|
|
-XX:+ExplicitGCInvokesConcurrent
|
|
-XX:+ExitOnOutOfMemoryError
|
|
-XX:+HeapDumpOnOutOfMemoryError
|
|
-XX:-OmitStackTraceInFastThrow
|
|
-XX:ReservedCodeCacheSize=512M
|
|
-XX:PerMethodRecompilationCutoff=10000
|
|
-XX:PerBytecodeRecompilationCutoff=10000
|
|
-Djdk.attach.allowAttachSelf=true
|
|
-Djdk.nio.maxCachedBufferSize=2000000
|