forked from mirror/go-json
Fix limit of memory resource
This commit is contained in:
parent
6ae63e3e61
commit
34caf07d38
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue