Commit bca96a2d authored by hongguangwu's avatar hongguangwu

MVP1.7.12-商险服务加内存溢出前的日志,将文件复制出来(master分支已有,1.7.12版本王鹏提交的)

parent ef5adf71
......@@ -57,7 +57,7 @@ spec: # 资源规范字段
- name: TZ
value: Asia/Shanghai
- name: JAVA_OPTS
value: "-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/dumps/oom.hprof -Xms128m -Xmx256m -Djava.security.egd=file:/dev/./urandom"
value: "-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/dumps/oom.hprof -Xms3g -Xmx3g -XX:MaxRAMPercentage=75.0 -XX:InitialRAMPercentage=50.0 -XX:MaxMetaspaceSize=256m -XX:ReservedCodeCacheSize=128m -XX:MaxDirectMemorySize=512m -Djava.security.egd=file:/dev/./urandom"
resources: #资源配置限制
limits: # 最大使用
memory: "4096Mi"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment