Skip to content

Commit

Permalink
remove overcommit settings from CI (#10181)
Browse files Browse the repository at this point in the history
Issue #9634 has been solved since.
  • Loading branch information
Ekleog-NEAR authored Nov 15, 2023
1 parent ffa32f8 commit 1040452
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ jobs:
flags: "--exclude integration-tests --exclude node-runtime --exclude runtime-params-estimator --exclude near-network --exclude estimator-warehouse"
timeout-minutes: 90
steps:
# Some of the tests allocate really sparse maps, so heuristic-based overcommit limits are not
# appropriate here.
# FIXME(#9634): remove this once the issue is resolved.
- run: sudo sysctl vm.overcommit_memory=1 || true
- uses: actions/checkout@v4
- uses: baptiste0928/cargo-install@21a18ba3bf4a184d1804e8b759930d3471b1c941
with:
Expand Down

0 comments on commit 1040452

Please sign in to comment.