[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (v)forking problems
> I routinely recieve fork(2) and vfork(2) errors while running
> various operations, receive errors such as:
>
> /bin/sh: cannot fork - try again
>
> My system is *not* under severe load during these times. What must
> I change to allow more forking? Must a call something with sysctl?
> ulimit?
ulimit -p, default is 128 and you're probably going over that
maxproc in /etc/login.conf, set yourself to "staff" is best