LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (January 2000, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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.


Back to: Top of message | Previous page | Main SAS-L page