Re: linux-kernel-digest V1 #279

From: Amy Rupp (amyr@jump.net)
Date: Thu Feb 24 2000 - 09:35:32 EST


> From: "Mike A. Harris" <mharris@meteng.on.ca>
> On Wed, 23 Feb 2000, Mathijs Mohlmann wrote:
> >"Richard B. Johnson" wrote:
> >> A hard-coded number of 300 is an eye-opener.
> >
> >I'm starting to think, that 300 isn't even low enough. My redhat sysinit
> >scripts use so many pids, that my first daemon has pid 340. 600 would be
> >a saner value on my system.
>
> Perhaps it would be a good idea to use a /proc/sys entry then?
> /proc/sys/kernel/low_pid
>
> At the end of boot time, at the end of the rc.local script could
> do:
>
> echo $(( $$ + 20 )) > /proc/sys/kernel/low_pid

Why 20? Couldn't/shouldn't that be tunable as well?

--Amy

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Feb 29 2000 - 21:00:10 EST