Date: Wed, 12 Jan 2000 16:33:00 GMT
Reply-To: mars1972@MY-DEJA.COM
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: mars1972@MY-DEJA.COM
Organization: Deja.com - Before you buy.
Subject: Re: What is the maximum number of processes?
In article <83691m$ket$1@nnrp1.deja.com>,
shiling@math.wayne.edu wrote:
> I'm not ROOT. But I would like to know the maximum number of processes
> on a UNIX box? What will be the impact if the number is processes
> is(reaches) the maximum number? Could this number be changed by ROOT?
>
> TIA.
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>
In a C program, you should be able to use sysconf(CHILD_MAX) to get max
processes per user. I don't see one for max processes for the system,
but I seem to remember it was available on another OS that I was using,
so you might want to man sysconf to see what's there.
--
# unrm /
ksh: unrm: not found
# man cpio
Sent via Deja.com http://www.deja.com/
Before you buy.
|