From owner-freebsd-questions Tue Dec 19 18:47:26 2000 From owner-freebsd-questions@FreeBSD.ORG Tue Dec 19 18:47:24 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id A451037B402 for ; Tue, 19 Dec 2000 18:47:23 -0800 (PST) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id EAA30169; Wed, 20 Dec 2000 04:53:17 +0100 Message-ID: <3A401E0F.6E1EE9D7@i-clue.de> Date: Wed, 20 Dec 2000 03:48:47 +0100 From: Christoph Sold Organization: i-clue GmbH X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Frank Sonnemans Cc: questions@freebsd.org Subject: Re: Kernel: File: filetable full References: <2312284378.977269860@[192.168.1.1]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Frank Sonnemans schrieb: > > Currently I am crashing my FreeBSD workstation by filling up the kernels > file table. I suspect that the KDE Conquerer is eating file handles, but it > might be the Apache / Mason / DBI trio running at localhost. How can I > check which application is filling up the kernels file table? > Just an idea: Limit the number of open files for all users in /etc/login.conf. The process-hungry app will leave some breathing space before crashing. Check with lsof what app opens the files. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message