Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!newshost.telstra.net!plaster.csdc.toshiba.com.au!inferno.mpx.com.au!news.unimelb.EDU.AU!news.rmit.EDU.AU!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.ysu.edu!odin.oar.net!malgudi.oar.net!imci4!newsfeed.internetmci.com!EU.net!sun4nl!moacs11!not-for-mail From: waldi@moacs.indiv.nl.net (Waldi Ravens) Newsgroups: comp.unix.bsd.misc Subject: Re: How to increase # of processes??? Date: 22 Mar 1996 16:51:52 +0100 Organization: Private Site, Baarn Lines: 15 Message-ID: <4iuiao$aen@moacs11.moacs.indiv.nl.net> References: <4isap5$biv@ruby.gryffin.com> NNTP-Posting-Host: moacs11.moacs.indiv.nl.net David Pfeiffer <dpfeiffe@inav.net> wrote: > > How do I increase the number of processes a user can have open at > any given time? Any/all replies welcome. With ulimit. For example "ulimit -p $(( $(ulimit -p) * 2 ))" to double the maximum number allowed. There may be a hard limit, however; run "ulimit -Hp" to find out what it is. Ulimit is an sh builtin, it's called limit in the csh shell ("limit maxproc" "limit -h maxproc"). Regards, Waldi -- God created the world in six days, and was arrested on the seventh.