Allow even more memory for go test / go build
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Ask Bjørn Hansen 2020-05-24 23:37:28 -07:00
parent 169fbf9bc6
commit 737905e195

View File

@ -11,10 +11,10 @@ steps:
resources:
limits:
cpu: 1
memory: 200MiB
memory: 500MiB
requests:
cpu: 1
memory: 50MiB
memory: 200MiB
- name: docker
#image: plugins/docker