We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09022ad commit faad7d7Copy full SHA for faad7d7
docker-compose.yml
@@ -9,7 +9,7 @@ services:
9
environment:
10
- spring.config.additional-location=file:/app/application.properties
11
- TZ=Asia/Seoul
12
- - JAVA_OPTS=-server -Xms512m -Xmx512m -XX:+UseG1GC -XX:+ExitOnOutOfMemoryError -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintHeapAtGC -Xloggc:/app/gc.log
+ - JAVA_OPTS=-Xlog:gc*:file=/app/logs/gc.log:time:filecount=7,filesize=8M
13
volumes:
14
- ./application.properties:/app/application.properties
15
- ./logs:/app/logs
0 commit comments