Date: Mon, 10 Sep 2001 21:51:01 -0400 From: Bill Moran <wmoran@iowna.com> To: Fred Condo <fred@condo.chico.ca.us>, freebsd-stable@FreeBSD.ORG Subject: Re: File table full? Message-ID: <01091021510100.00288@proxy.the-i-pa.com> In-Reply-To: <20010910105646.D85237@absinthe.condo.chico.ca.us> References: <20010910085130.A85237@absinthe.condo.chico.ca.us> <20010910125134.A36210@mikea.ath.cx> <20010910105646.D85237@absinthe.condo.chico.ca.us>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 10 September 2001 13:56, Fred Condo wrote: > As stated in the original message, MAXUSERS is set to 128. I still > haven't been able to detect a pattern to the behavior, nor can I > understand why some syslog messages are corrupted (see orig message > for that, too). Thanks for the response, though. You might want to bump that. Depending on what your php scripts and other web pages are doing (and other potential processes) you could exceed that. Try 256 and see if the problem goes away. Also, do the "pstat -T" while the system is having trouble, then run sockstat to see what processes have what files open. You may have something that's simply not behaving and is opening a lot of files when it doesn't have to. -- Bill Moran Potential Technology technical services (412) 793-4257 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01091021510100.00288>