mirror of https://github.com/goccy/go-json.git
Fix limit of memory resource
This commit is contained in:
parent
6ae63e3e61
commit
34caf07d38
|
@ -7,7 +7,7 @@ services:
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 700M
|
memory: 620M
|
||||||
working_dir: /go/src/go-json
|
working_dir: /go/src/go-json
|
||||||
command: |
|
command: |
|
||||||
sh -c "go test -c . && ls go-json.test"
|
sh -c "go test -c . && ls go-json.test"
|
||||||
|
|
Loading…
Reference in New Issue