Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Thread Limit on OSX

Jacek Skrobisz February 25, 2018

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.

2 answers

0 votes
Metin Savignano
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 4, 2020

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. 

0 votes
somethingblue
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 26, 2018

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events