Tagged Questions
1
vote
0answers
200 views
How do I increase “ulimit -u” (max user processes)?
I can change all of the usual ulimits via (for instance) ulimit -n 8192 and launchctl limit maxfiles 8192 8192. Somehow, this doesn't seem to work for -u, the maximum number of user processes:
~$ ...
8
votes
2answers
3k views
Too Many Open Files
Which command / configuration file controls the open file limits on OS X? Is there a different command for OS X 10.5 / 10.6 / 10.7? The options I explore below are ulimit, sysctl, and launchctl
...
3
votes
2answers
2k views
How to properly increase ulimit -n on Lion?
I'm trying to download the X-Plane 10 Demo through uTorrent, however I get a "too many open files" error all the time. I can do the alternate download (which takes forever and a day), but I wonder how ...