Subject: Re: maxproc of cron?
To: Jukka Marin <jmarin@embedtronics.fi>
From: Perry E. Metzger <perry@piermont.com>
List: netbsd-users
Date: 06/26/2004 11:32:05
Jukka Marin <jmarin@embedtronics.fi> writes:
> How can I set the maxproc limit of cron higher?

Well, you can always change the script that starts it (or add a hook
script that is executed before cron is started but in the same shell
instance...)

Incidently, I think that a lot of our default limits should probably
be set dynamically based on a formula that takes processor speed and
system memory into account.

Perry