Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A solution for Mac OS X process limits' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A solution for Mac OS X process limits
Authored by: pdm on Nov 25, '03 02:50:39PM

You have to create it, it doesn't exist by default. I'm not
sure where it is documented. To see the types of values
that can go in the file though you can run sysctl -a

Here is mine:

14:48 EST | serrano:~>cat /etc/sysctl.conf
# Turn up maxproc
kern.maxproc=2048

# Turn up the maxproc per user
kern.maxprocperuid=512

---
-pdm



[ Reply to This | # ]