From owner-freebsd-hackers Thu Jun 15 06:40:48 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA16276 for hackers-outgoing; Thu, 15 Jun 1995 06:40:48 -0700 Received: from ns1.win.net (ns1.win.net [204.215.209.3]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA16268 for ; Thu, 15 Jun 1995 06:40:46 -0700 Received: (from bugs@localhost) by ns1.win.net (8.6.11/8.6.9) id JAA21312 for hackers@freebsd.org; Thu, 15 Jun 1995 09:44:27 -0400 From: Mark Hittinger Message-Id: <199506151344.JAA21312@ns1.win.net> Subject: re: Too many open files in system To: hackers@freebsd.org Date: Thu, 15 Jun 1995 09:44:26 -0400 (EDT) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 901 Sender: hackers-owner@freebsd.org Precedence: bulk > From: Brian Tao > The machine is still *running*, but practically useless since it > appears the VM system has pretty much locked up. Makes it rather > difficult to find more details on the problem. :( The only thing I > can do is reboot. During one of the trials, syslog was going nuts > logging this to disk: > > My kernel is compiled with the following options: > > options "NMBCLUSTERS=1024" > options "CHILD_MAX=128" > options "OPEN_MAX=256" <-- does this help? > I use: maxusers 256 child_max=128 open_max=128 nmbclusters=768 swap space on disk = 128mb I don't see the problem as "often". Could some other parameter be keyed off of the maxusers that influences this? In addition I use a different web server (cern), so maybe there is a file descriptor leak in the one you are using? Regards, Mark Hittinger bugs@win.net