Skip to content

Commit

Permalink
feat: push the limit for open handles
Browse files Browse the repository at this point in the history
  • Loading branch information
ntindle committed Jul 12, 2024
1 parent e4cde88 commit 85c79f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/autogpt-server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ jobs:
# killed after the step returns.
# See: https://github.com/actions/runner/issues/598#issuecomment-2011890429

- name: Set max open files limit
if: runner.os == 'macOS'
working-directory: ${{ runner.temp }}
run: |
ulimit -a
ulimit -n unlimited
- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 85c79f9

Please sign in to comment.