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