Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!goanna.cs.rmit.EDU.AU!munnari.OZ.AU!spool.mu.edu!howland.reston.ans.net!newsfeed.internetmci.com!info.ucla.edu!agate!reason.cdrom.com!usenet From: "Jordan K. Hubbard" <jkh@FreeBSD.org> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: running out of processes? :-( Date: Fri, 10 Nov 1995 18:31:49 -0800 Organization: Walnut Creek CDROM Lines: 6 Message-ID: <30A40B15.41C67EA6@FreeBSD.org> References: <47vjal$coa@yama.mcc.ac.uk> NNTP-Posting-Host: time.cdrom.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 2.0b2 (X11; I; FreeBSD 2.1-STABLE i386) To: Ian Pallfreeman <ip@mcc.ac.uk> Are you using bash as your shell? The `ulimit -u <somebignum>' command in your $HOME/.bashrc file will put paid to these pesky warnings. I believe csh and tcsh have their own equivalents. I have mine set to 400 and never see the fork messages now. -- Jordan