Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.admin Subject: Re: Is MAXUPRC broken in SunOS 4.0.3 ? Keywords: SunOS4.0.3, MAXUPRC Message-ID: <6947@auspex.auspex.com> Date: 2 Apr 91 01:42:07 GMT References: <1991Mar29.130349.313@maths.tcd.ie> <7705@idunno.Princeton.EDU> Organization: Auspex Systems, Santa Clara Lines: 15 >I don't think the value in sys/param.h makes any difference. In >SunOS 4.1.1, at least, the limiting factor on user processes is the >variable maxuprc, which for some strange reason is set to 5+16*MAXUSERS. The theory is, I guess, that Suns are either single-user machines, or servers that shouldn't have lots of people logged in to them. "maxuprc" is set to MAXUPRC, which is set to NPROC - 5 (NPROC is 10 + 16*MAXUSERS). The theory doesn't always correspond to reality.... >MAXUPRC is #defined in /usr/kvm/sys/conf.common/param.c. Hopefully you >have something similar in 4.0.3. It's been that way since before 4.0....