Skip to content

Commit

Permalink
Reduce GOMAXPROCS
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Jan 7, 2022
1 parent 94191a7 commit 0182bbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,11 @@ jobs:
- name: Init fuzzers
run: make fuzz-init

# TODO https://github.com/FerretDB/FerretDB/issues/238
- name: Run fuzzers
run: make fuzz-short
env:
GOMAXPROCS: 2 # otherwise, oom-killer kills fuzzer too often
GOMAXPROCS: 1 # otherwise, oom-killer kills fuzzer too often

- name: Collect Linux logs
if: failure()
Expand Down

0 comments on commit 0182bbd

Please sign in to comment.