Subject: Re: how to increase maximum process count?
To: David Maxwell <david@vex.net>
From: None <wojtek@wojtek.3miasto.net>
List: netbsd-users
Date: 07/03/2001 22:46:51
> > and what's the maximum on i386 and others?
> 
> sysctl -A | grep maxproc

thanks.

i could do
sysctl -w kern.maxproc=anything_i_want(even 1000000)
without error message.

how much will actually work?