Add JVM UseStringDeduplication option

This commit is contained in:
hongqiaowei
2021-12-06 17:53:18 +08:00
parent b278c7d904
commit 36ac22ae4b
2 changed files with 2 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ DEFAULT_JAVA_OPTS="-XX:+AggressiveOpts \
-XX:+UseG1GC \
-XX:+HeapDumpOnOutOfMemoryError \
-XX:-OmitStackTraceInFastThrow \
-XX:+UseStringDeduplication \
-verbose:gc \
-XX:+PrintGCDetails \
-XX:+PrintGCDateStamps \