From owner-freebsd-questions@FreeBSD.ORG Tue Dec 19 04:10:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB55B16A403 for ; Tue, 19 Dec 2006 04:10:33 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from regulus.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D42843C9F for ; Tue, 19 Dec 2006 04:09:03 +0000 (GMT) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by regulus.dfwlp.com (8.13.6/8.13.6) with ESMTP id kBJ48scs053755 for ; Mon, 18 Dec 2006 22:08:54 -0600 (CST) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Mon, 18 Dec 2006 22:08:53 -0600 User-Agent: KMail/1.9.4 References: <212869.41963.qm@web37009.mail.mud.yahoo.com> In-Reply-To: <212869.41963.qm@web37009.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612182208.54073.freebsd@dfwlp.com> X-Spam-Status: No, score=-0.6 required=3.6 tests=ALL_TRUSTED,AWL, DEAR_SOMETHING autolearn=no version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on regulus.dfwlp.com Subject: Re: Server Problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 04:10:33 -0000 On Monday 18 December 2006 16:51, ossama abdel-haleem wrote: > Dear Sir, > I have HP Proliant ML 370 G4 server with dual Processors 3.6 intel xeon > and HP Smart RAID controller (Config=>RAID5) (146GB * 6) + (4 GB Of RAM.) > The server working as application server (Tailored Software) based on > POSTGRESQL server. I installed the FreeBSD 6.1 to serve 100 users with the > application so - after period of time I found an error message appeared on > the server : Kern. Maxfiles Limit Exceeded By UID 1001, Please See Tuning > (7). > > What is the problem? Can You Help Me because after this message appears > the server activities down. > > Thanks > Ossama Abdel Haleem i think you must be referring to. on my system, the default setting can be seen, like this: [jhorne@athena ~]$ sysctl -a|grep kern.maxfiles kern.maxfiles: 12328 in order to raise this, a line would be added to /boot/loader.conf, like this: kern.maxfiles=24576 hth, jonathan