Skip to content

Commit fb7eb8c

Browse files
committed
fix: 메모리 초과문제
1 parent b69c40e commit fb7eb8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
deploy:
4040
resources:
4141
limits:
42-
memory: 700m
42+
memory: 600m
4343

4444
healthcheck:
4545
test: ["CMD", "curl", "-f", "http://localhost:8080/actuator/health"]
@@ -89,7 +89,7 @@ services:
8989
deploy:
9090
resources:
9191
limits:
92-
memory: 700m
92+
memory: 600m
9393

9494
healthcheck:
9595
test: ["CMD", "curl", "-f", "http://localhost:8081/actuator/health"]

0 commit comments

Comments
 (0)