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.
2 parents fbca9f3 + 941192b commit 4e67e9eCopy full SHA for 4e67e9e
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=-Xms128m -Xmx256m
+ - JAVA_OPTS=-Xms128m -Xmx512m -XX:+UseSerialGC -XX:+ExitOnOutOfMemoryError
13
volumes:
14
- ./application.properties:/app/application.properties
15
- ./dumps:/dumps
@@ -24,4 +24,4 @@ services:
24
25
networks:
26
connect-gnu-network:
27
- external: true
+ external: true
0 commit comments