Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 1996 14:44:15 -0500
From:      "Garrett A. Wollman" <wollman@lcs.mit.edu>
To:        Bryan Ogawa at Work <bogawa@netvoyage.net>
Cc:        Network Coordinator <nc@ai.net>, questions@freebsd.org
Subject:   Re: Too many files open.
Message-ID:  <9603111944.AA03743@halloran-eldar.lcs.mit.edu>
In-Reply-To: <Pine.BSF.3.91.960311111218.20410E-100000@digital.netvoyage.net>
References:  <Pine.BSF.3.91.960311002914.16743A-100000@aries.ai.net> <Pine.BSF.3.91.960311111218.20410E-100000@digital.netvoyage.net>

next in thread | previous in thread | raw e-mail | index | archive | help

<<On Mon, 11 Mar 1996 11:18:47 -0800 (PST), Bryan Ogawa at Work <bogawa@netvoyage.net> said:

> The best solution is probably for someone to write limit commands that 
> work under sh; however, barring that, the following should do:

No need to write them...

$ ulimit -a
[...]
nofiles(descriptors)    64
userprocs(max)          40
memoryuse(kilobytes)    37704
stacksize(kilobytes)    8192
$ ulimit -n 128
$ ulimit -a
[...]
nofiles(descriptors)    128
userprocs(max)          40
memoryuse(kilobytes)    37704
stacksize(kilobytes)    8192

-GAWollman

--
Garrett A. Wollman   | Shashish is simple, it's discreet, it's brief. ... 
wollman@lcs.mit.edu  | Shashish is the bonding of hearts in spite of distance.
Opinions not those of| It is a bond more powerful than absence.  We like people
MIT, LCS, ANA, or NSA| who like Shashish.  - Claude McKenzie + Florent Vollant



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9603111944.AA03743>