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 4c06f87 + 8de94cf commit a6d9a52Copy full SHA for a6d9a52
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 -XX:MaxMetaspaceSize=128m -XX:+UseSerialGC
+ - JAVA_OPTS=-Xms128m -Xmx256m
13
volumes:
14
- ./application.properties:/app/application.properties
15
- ./dumps:/dumps
@@ -18,6 +18,10 @@ services:
18
limits:
19
memory: 512m
20
cpus: "0.5"
21
+ reservations:
22
+ memory: 256m
23
+ cpus: "0.25"
24
+
25
networks:
26
connect-gnu-network:
- external: true
27
+ external: true
0 commit comments