Subject: Re: No more processes
To: None <port-i386@NetBSD.ORG>
From: Thilo Manske <Thilo.Manske@HEH.Uni-Oldenburg.DE>
List: port-i386
Date: 05/15/1998 18:44:47
> > Yesterday I hit the 80 process limit per user.  I "limit maxproc 200"'ed in my
> > shell and got rid of the problem - I thought.  However, it seems that cron
> > also fails to run my cronjobs because the 80 process limit still applies to it.
> > What can I do to make it work again?  (This is under 1.3.)
> 
> Hmm.. Perhaps you could also change the limit in /etc/rc before cron
> starts?
Perheps you should try "sysctl -w kern.maxproc=200" instead.

Thilo.