Dockerfile修复
This commit is contained in:
parent
18209b32ae
commit
78a9cb9a8e
@ -8,7 +8,7 @@ ENV SERVER_PORT="9000"
|
||||
ENV SERVER_PROFILE_ACTIVE "prod"
|
||||
ENV JVM_OPTION "-XX:InitialRAMPercentage=65.0 -XX:MaxRAMPercentage=65.0 \
|
||||
-XX:+HeapDumpOnOutOfMemoryError \
|
||||
-XX:HeapDumpPath=/application/logs/heapdump-$(date +%Y%m%d-%H%M%S).hprof \
|
||||
-XX:HeapDumpPath=/application/logs/heapdump.hprof \
|
||||
-XX:+PrintGCDetails \
|
||||
-XX:+PrintGCDateStamps \
|
||||
-Xloggc:/application/logs/gc-%t.log \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user