Date: Mon, 18 Dec 2006 22:08:53 -0600 From: Jonathan Horne <freebsd@dfwlp.com> To: freebsd-questions@freebsd.org Subject: Re: Server Problem Message-ID: <200612182208.54073.freebsd@dfwlp.com> In-Reply-To: <212869.41963.qm@web37009.mail.mud.yahoo.com> References: <212869.41963.qm@web37009.mail.mud.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612182208.54073.freebsd>