-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the increase to 'minimum RLIMIT_NOFILE requirement' in the dev docs #836
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Will let you merge @manudhundi |
Yes, lets wait for review from @msmouse |
@@ -96,7 +96,7 @@ called \`Result::unwrap()\` on an \`Err\` value: Os { code: 24, kind: Uncategori | |||
This means there were too many open files on your system. On many Unix systems you can increase the maximum number of open files by adding something like this to your `.zshrc`: | |||
|
|||
```bash filename="Terminal" | |||
ulimit -n 32768 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the local network doesn't need so many fds, but I guess it's okay to just make them consistent.
we actually use the number 1048576 in many places in the codebase as I searched, maybe we should use that number?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Description
Checklist
pnpm fmt
?pnpm lint
?