*BSD News Article 89334


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!metro!metro!munnari.OZ.AU!news.ecn.uoknor.edu!solace!news.stealth.net!ais.net!arclight.uoregon.edu!news.mathworks.com!fu-berlin.de!news.belwue.de!news.uni-kl.de!rz.uni-karlsruhe.de!not-for-mail
From: uk1o@rzstud2.rz.uni-karlsruhe.de (Felix Schroeter)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Increasing file descriptors
Date: 12 Feb 1997 17:44:46 +0100
Organization: University of Karlsruhe, Germany
Lines: 16
Message-ID: <5dss1u$ogo@rzstud2.rz.uni-karlsruhe.de>
References: <5dq8oj$hlr@nerd.apk.net>
NNTP-Posting-Host: rzstud2.rz.uni-karlsruhe.de
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:35605

Hello!

In article <5dq8oj$hlr@nerd.apk.net>, Dan Roberts <droberts@apk.net> wrote:
>[...]

>Does FreeBSD have a similar limit?  Also, does anyone know of any www
>references to performing this proceedure?  Thanks!

www? Use the manual:

getrlimit, setrlimit (2) - control maximum system resource consumption

and the manual of your favorite shell for the shell builtins to
modify the limits.

Regards, Felix.