0

I'm trying to raise the upper level of user processes on my machine. ulimit -s doesn't seem to do a thing:

enter image description here

I've also tried launchctl limit with the same results. Don't know what else to do :S

Pablo Fernandez
  • 665
  • 1
  • 5
  • 8

3 Answers3

0

Never tried setting this for a user before, but I'd venture a guess to try sudo -u pfernand-md ulimit -s 1024

churnd
  • 4,077
  • 5
  • 34
  • 42
0

Hopefully this link will help:

http://notfornoone.com/2010/11/snow-leopard-10-6-5-and-apachectl/

BobC
  • 432
  • 4
  • 9
0

The problem here is that you can't raise a hard limit after you've already set it once.

I had to remove the original ulimit -s 128 that was in one of my config files, specifically /etc/launchd

Pablo Fernandez
  • 665
  • 1
  • 5
  • 8