chore(circleci): Update gogc values to reduce memory pressure (#14589)

This commit is contained in:
Joshua Powers 2024-01-17 09:10:00 -07:00 committed by GitHub
parent b5ed190b7e
commit cda93709c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ jobs:
command: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.0 command: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.0
- run: - run:
name: "macOS" name: "macOS"
command: GOGC=20 GOOS=darwin /go/bin/golangci-lint run --verbose --timeout=30m command: GOGC=15 GOOS=darwin /go/bin/golangci-lint run --verbose --timeout=30m
no_output_timeout: 30m no_output_timeout: 30m
lint-windows: lint-windows:
executor: telegraf-ci executor: telegraf-ci
@ -122,7 +122,7 @@ jobs:
command: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.0 command: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.0
- run: - run:
name: "Windows" name: "Windows"
command: GOGC=20 GOOS=windows /go/bin/golangci-lint run --verbose --timeout=30m command: GOGC=15 GOOS=windows /go/bin/golangci-lint run --verbose --timeout=30m
no_output_timeout: 30m no_output_timeout: 30m
test-go-linux: test-go-linux:
executor: telegraf-ci executor: telegraf-ci