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 15:32:52 GMT
Reply-To:   dderidder@MY-DEJA.COM
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   dderidder@MY-DEJA.COM
Organization:   Deja.com - Before you buy.
Subject:   Re: What is the maximum number of processes?

You can find out the maximum number of processes on your machine by using the command sysdef. This is a tunable parameter which can be configured by root: v.v_proc.

If the maximum number of processes is reached, attempts to create new processes will generate errno 11 (EAGAIN). This scenario can be detected in a program by checking the return code and errno returned by a call to launch a new thread or LWP. Type man intro.2 to see more information on system calls and errors.

DRDR

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. >

Sent via Deja.com http://www.deja.com/ Before you buy.


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