Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Dec 1994 21:29:26 -0500 (EST)
From:      Michael Olson <olson@cs.odu.edu>
To:        FreeBSD-Questions@freefall.cdrom.com
Subject:   Solution to Can't fork.
Message-ID:  <Pine.SUN.3.91.941227204201.15040D-100000@galileo.cs.odu.edu>

next in thread | raw e-mail | index | archive | help

Following the advice that the include files I would need to change should
be under src/sys I found the appropriate definition to change in
src/sys/sys/syslimits.h

I changed 

#define CHILD_MAX                  40   /* max simultaneous processes */

to

#define CHILD_MAX                 100   /* max simultaneous processes */

and that fixed all my problems. I thought I should post the solution in 
case anyone else out there was waiting to see if there was an answer. I 
also changed the same definition in /usr/include/sys/syslimits.h so other
programs know the increase in the limit.

Thanks for the Assistance and enjoy the Holiday Season,

  		 Michael Olson
		 <olson@cs.odu.edu>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SUN.3.91.941227204201.15040D-100000>