From owner-freebsd-hackers Sun Oct 5 16:00:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA14999 for hackers-outgoing; Sun, 5 Oct 1997 16:00:56 -0700 (PDT) (envelope-from owner-freebsd-hackers) Received: from nemesis.idirect.com (root@nemesis.idirect.com [207.136.80.40]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA14992 for ; Sun, 5 Oct 1997 16:00:50 -0700 (PDT) (envelope-from jlixfeld@idirect.com) Received: from thor.idirect.com (jlixfeld@thor.idirect.com [207.136.80.105]) by nemesis.idirect.com (8.8.5/8.8.4) with SMTP id TAA23264 for ; Sun, 5 Oct 1997 19:00:41 -0400 (EDT) Received: from localhost (jlixfeld@localhost) by thor.idirect.com (8.6.12/8.6.12) with SMTP id TAA06725 for ; Sun, 5 Oct 1997 19:00:39 -0400 X-Authentication-Warning: thor.idirect.com: jlixfeld owned process doing -bs Date: Sun, 5 Oct 1997 19:00:39 -0400 (EDT) From: Jason Lixfeld To: freebsd-hackers@freebsd.org Subject: Increasing max open files per process @ system level Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm configuring Sendmail 8.8.8 on FreeBSD 2.2.2, and I'm setting ConnectionCacheSize=4. To do this, I must increase the number of open files per process at the system level. How do I do this?! I assume this is a kernel compilation option.. if so, what is it.. if not, how do I set the aforementioned? TiA!