mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 02:43:09 -06:00
Lower memory limit even more
This commit is contained in:
parent
0e4f1d003a
commit
c5eae2700b
|
|
@ -31,7 +31,7 @@ steps:
|
|||
- "./scripts/find-lint.sh"
|
||||
label: ":lower_left_crayon: Lint / :go: 1.12"
|
||||
env:
|
||||
GOGC: "10" # https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint
|
||||
GOGC: 5 # https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint
|
||||
plugins:
|
||||
- docker#v3.0.1:
|
||||
image: "golang:1.12"
|
||||
|
|
|
|||
Loading…
Reference in a new issue