ulimit open files setting fail

Joined
Nov 9, 2015
Messages
2
Reaction score
0
I have read countless articles on how to solve this issue but none of them seem to work for me.

Specs
10.10.5 MacPro Retina Mid 2012
Processor: 2.6 GHz Intel Core i7
Memory: 16 GB 1600 MHz DDR3

Here are the settings I have now:

$ cat /etc/sysctl.conf
kern.maxfiles=20480
kern.maxfilesperproc=20480

$ cat /etc/launchd.conf
limit maxfiles 8192 20480
limit maxproc 1000 2000

$ ulimit -n 2048
-bash: ulimit: open files: cannot modify limit: Operation not permitted

I've tried different numbers but nothing seems to work. Any advice or pointer to an article is appreciated.
 

Cory Cooper

Moderator
Joined
May 19, 2004
Messages
11,106
Reaction score
497
Hello and welcome.

Sorry we didn't respond sooner - glad you sorted it out.

C
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top