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 cc4307d commit f5f2569Copy full SHA for f5f2569
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=-Xms400m -Xmx400m -XX:MetaspaceSize=96m -XX:MaxMetaspaceSize=128m -XX:+UseG1GC -Xlog:gc*:file=/app/logs/gc.log:time:filecount=7,filesize=8M
+ - JAVA_OPTS=-Xms128m -Xmx256m -XX:MetaspaceSize=96m -XX:MaxMetaspaceSize=128m -XX:+UseG1GC -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