We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I recommend following this tutorial on changing the maxflies and maxprocesses in OSX in order to manager larger connection numbers
https://gist.github.com/tombigel/d503800a282fcadbee14b537735d202c
you should then see something like this
garthpaine@Garths-M1-Pro / % launchctl limit cpu unlimited unlimited filesize unlimited unlimited data unlimited unlimited stack 8372224 67092480 core 0 unlimited rss unlimited unlimited memlock unlimited unlimited maxproc 2048 2048 maxfiles 524288 524288
The text was updated successfully, but these errors were encountered:
Thanks !
Sorry, something went wrong.
No branches or pull requests
I recommend following this tutorial on changing the maxflies and maxprocesses in OSX in order to manager larger connection numbers
https://gist.github.com/tombigel/d503800a282fcadbee14b537735d202c
you should then see something like this
garthpaine@Garths-M1-Pro / % launchctl limit
cpu unlimited unlimited
filesize unlimited unlimited
data unlimited unlimited
stack 8372224 67092480
core 0 unlimited
rss unlimited unlimited
memlock unlimited unlimited
maxproc 2048 2048
maxfiles 524288 524288
The text was updated successfully, but these errors were encountered: