We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d3f3d commit 8557443Copy full SHA for 8557443
docker-compose.base.yaml
@@ -25,10 +25,10 @@ services:
25
depends_on:
26
aftermath-migrate:
27
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
+ # deploy:
+ # # go runtime will try to keep memory usage right under the container limit
+ # resources:
+ # reservations:
+ # memory: 256m
+ # limits:
0 commit comments