I install JIRA server on OSX High Sierra, and got warning:
max user process limit is 1418.
Try find something in google, but no luck.
How to fix that?
I try change with ulimit -u, but that not change anything.
Help.
Turn on performance mode for macOS Server using
sudo nvram boot-args="serverperfmode=1 $(nvram boot-args 2>/dev/null | cut -f 2-)"
and reboot.
Hi Jacek,
Take a look at the blog post El Capitan ulimit shenanigans where he explains this is due to crsutil or SIP which was introduce a couple years back. He provides a way to workaround disabling SIP:
As it turns out this one can work even without disabling csr on osx, the way to do it: Change ownership of the above files to root:wheel and it reload them with:
# sudo launchctl load -w /Library/LaunchDaemons/limit.maxfiles.plist
# sudo launchctl load -w /Library/LaunchDaemons/limit.maxproc.plist
After reload it should work.
Hopefully this helps.
Cheers,
Branden
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.