forked from mirror/go-json
Fix limit of memory resource
This commit is contained in:
parent
4823e8bed3
commit
e12b021c70
|
@ -7,7 +7,7 @@ services:
|
|||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 600M
|
||||
memory: 700M
|
||||
working_dir: /go/src/go-json
|
||||
command: |
|
||||
sh -c "go test -c . && ls go-json.test"
|
||||
|
|
Loading…
Reference in New Issue