From owner-freebsd-bugs Tue Aug 20 19:49:08 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA00993 for bugs-outgoing; Tue, 20 Aug 1996 19:49:08 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA00981 for ; Tue, 20 Aug 1996 19:48:57 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id TAA10848; Tue, 20 Aug 1996 19:47:36 -0700 (PDT) To: dirk@servtech.com cc: FreeBSD-bugs@freefall.freebsd.org Subject: Re: FreeBSD file descriptor limit In-reply-to: Your message of "Tue, 20 Aug 1996 22:23:24 EDT." <199608210223.WAA00312@cyber2.servtech.com> Date: Tue, 20 Aug 1996 19:47:36 -0700 Message-ID: <10845.840595656@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I know this may not be the correct place to be sending this, but if It's not, you should use questions@freebsd.org - this list is only for reporting bugs. Please see http://www.freebsd.org for more information on which mailing lists are appropriate for which topics. As to the process open file limit, it depends on your shell, but bash allows you to set it easily with the `ulimit' command: jkh@time-> ulimit -a core file size (blocks) unlimited data seg size (kbytes) 65536 file size (blocks) unlimited max memory size (kbytes) 93612 stack size (kbytes) 8192 cpu time (seconds) unlimited max user processes 339 pipe size (512 bytes) 1 open files 64 virtual memory (kbytes) 73728 jkh@time-> ulimit -n 100 jkh@time-> ulimit -a core file size (blocks) unlimited data seg size (kbytes) 65536 file size (blocks) unlimited max memory size (kbytes) 93612 stack size (kbytes) 8192 cpu time (seconds) unlimited max user processes 339 pipe size (512 bytes) 1 open files 100 virtual memory (kbytes) 73728 Jordan > this cannot be answered here I would be eternally grateful if you could > point me to where I could get this question answered. > > We're currently running: 2.1.0-RELEASE FreeBSD 2.1.0-RELEASE #0: Fri Jan 26 > 20:40:6 > > I was wondering how I would go about raising the maximum number of > file descriptors per process? > > > Derrick > (dirk@servtech.com) >