From 56fef0102ed5a744109483c7f64661f98d733753 Mon Sep 17 00:00:00 2001 From: Dirk Avery Date: Tue, 27 Aug 2024 15:42:31 -0400 Subject: [PATCH] ci/golangci-lint: Attempt to get it un-Killed --- .github/workflows/golangci-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 3c562d5d356d..bd9003d87f12 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -72,7 +72,7 @@ jobs: # Trigger garbage collection more frequently to reduce the likelihood # of OOM errors. # ref: https://golangci-lint.run/product/performance/ - GOGC: "150" + GOGC: "747" golangci-lintc: name: 3 of 3 needs: [golangci-linta] @@ -100,4 +100,4 @@ jobs: # Trigger garbage collection more frequently to reduce the likelihood # of OOM errors. # ref: https://golangci-lint.run/product/performance/ - GOGC: "150" + GOGC: "1374"