Skip to content

Commit 8557443

Browse files
committed
removed memory limit
1 parent 62d3f3d commit 8557443

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docker-compose.base.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ services:
2525
depends_on:
2626
aftermath-migrate:
2727
condition: service_completed_successfully
28-
deploy:
29-
# go runtime will try to keep memory usage right under the container limit
30-
resources:
31-
reservations:
32-
memory: 256m
33-
limits:
34-
memory: 256m
28+
# deploy:
29+
# # go runtime will try to keep memory usage right under the container limit
30+
# resources:
31+
# reservations:
32+
# memory: 256m
33+
# limits:
34+
# memory: 256m

0 commit comments

Comments
 (0)