From owner-freebsd-hackers Tue Aug 20 22:46:04 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA21686 for hackers-outgoing; Tue, 20 Aug 1996 22:46:04 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA21677 for ; Tue, 20 Aug 1996 22:46:00 -0700 (PDT) Received: from localhost (tom@localhost) by misery.sdf.com (8.7.5/8.7.3) with SMTP id XAA06541; Tue, 20 Aug 1996 23:06:02 -0700 (PDT) Date: Tue, 20 Aug 1996 23:06:01 -0700 (PDT) From: Tom Samplonius To: dirk@servtech.com cc: freebsd-hackers@freebsd.org Subject: Re: Maximum file descriptors per process In-Reply-To: <199608210310.XAA02495@cyber2.servtech.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 20 Aug 1996 dirk@servtech.com wrote: > > Does anyone know how I might go about raising the maximum # of file > descriptors per process in FreeBSD? > > Ver: 2.1.0-RELEASE FreeBSD 2.1.0-RELEASE #0 This belongs on the freebsd-questions list (it is question after all). The easy way to do this, is the "limit openfiles XX" command. "limit" is an internal csh (and bash?) command. Tom