Skip to content

Commit 4e67e9e

Browse files
committed
merge
2 parents fbca9f3 + 941192b commit 4e67e9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
environment:
1010
- spring.config.additional-location=file:/app/application.properties
1111
- TZ=Asia/Seoul
12-
- JAVA_OPTS=-Xms128m -Xmx256m
12+
- JAVA_OPTS=-Xms128m -Xmx512m -XX:+UseSerialGC -XX:+ExitOnOutOfMemoryError
1313
volumes:
1414
- ./application.properties:/app/application.properties
1515
- ./dumps:/dumps
@@ -24,4 +24,4 @@ services:
2424

2525
networks:
2626
connect-gnu-network:
27-
external: true
27+
external: true

0 commit comments

Comments
 (0)