Skip to content

Commit

Permalink
trying kern.maxfiles=10485760 with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielc-n committed Sep 10, 2024
1 parent c20fbdd commit 741d100
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 @@ -112,7 +112,7 @@ jobs:
node --version
yarn --version
- name: Increase file descriptor limit
run: sysctl -w kern.maxfiles=10485760 && sysctl -w kern.maxfilesperproc=1048576
run: sudo sysctl -w kern.maxfiles=10485760 && sudo 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 741d100

Please sign in to comment.