Fix limit of memory resource

This commit is contained in:
Masaaki Goshima 2021-05-17 19:06:53 +09:00
parent 6ae63e3e61
commit 34caf07d38
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ services:
deploy:
resources:
limits:
memory: 700M
memory: 620M
working_dir: /go/src/go-json
command: |
sh -c "go test -c . && ls go-json.test"