Subject: Re: kernel limits (??)
To: John Darrow <John.P.Darrow@wheaton.edu>
From: Mark Allman <mallman@lerc.nasa.gov>
List: tech-kern
Date: 10/14/1998 15:36:32
  
> #define MAX_KMAP	10
> #if 0
> #define MAX_KMAPENT	500
> #else
> #define MAX_KMAPENT	1000  /* XXXCDC: no crash */
> #endif

Yes, that worked out OK.  We still killed the machine, but rather
than a panic at ~250 processes, it was up to ~450.  I am going to
double the constant again (to 2000) just to make sure we're OK when
we start our tests.

Thanks to everyone who responded!

allman