Skip to content

Commit

Permalink
ci/golangci-lint: Attempt to get it un-Killed
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed Aug 27, 2024
1 parent 3074959 commit ffdbb51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "349"
GOGC: "216"
golangci-lintc:
name: 3 of 3
needs: [golangci-linta]
Expand Down Expand Up @@ -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: "499"
GOGC: "282"

0 comments on commit ffdbb51

Please sign in to comment.