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 df53131 commit c6d4313Copy full SHA for c6d4313
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 -Xms128m -Xmx512m -XX:+UseSerialGC -XX:+ExitOnOutOfMemoryError -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintHeapAtGC -Xloggc:/tmp/gc.log
+ - JAVA_OPTS=-server -Xms512m -Xmx512m -XX:+UseG1GC -XX:+ExitOnOutOfMemoryError -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintHeapAtGC -Xloggc:/tmp/gc.log
13
volumes:
14
- ./application.properties:/app/application.properties
15
deploy:
0 commit comments