Skip to content

Commit

Permalink
increased maxfiles form kernel directly
Browse files Browse the repository at this point in the history
  • Loading branch information
danielc-n committed Sep 10, 2024
1 parent 6b0c81a commit 83eda81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
node --version
yarn --version
- name: Increase file descriptor limit
run: ulimit -n 4096
run: sysctl -w kern.maxfiles=10485760 && sysctl -w kern.maxfilesperproc=1048576
- name: set @bitregistry translation-help
run: yarn config set '@bit:registry' https://node.bit.dev

Expand Down

0 comments on commit 83eda81

Please sign in to comment.