From c5eae2700be28b3fc3946169261d9b919be1e29c Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 29 May 2019 16:32:52 +0100 Subject: [PATCH] Lower memory limit even more --- .buildkite/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 40c08417a..2c3f066d4 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -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"