Date: Thu, 20 Sep 2007 13:51:35 +0200 From: Borja Marcos <BORJAMAR@SARENET.ES> To: Borja Marcos <BORJAMAR@SARENET.ES> Cc: Kris Kennaway <kris@FreeBSD.org>, freebsd-current@freebsd.org, Ivan Voras <ivoras@freebsd.org> Subject: Re: Memory allocation problems (ZFS/NFS/amd64) Message-ID: <4C4A3C06-A6F3-41B1-BE53-F04369CD4F8D@SARENET.ES> In-Reply-To: <F59EF073-57D8-429E-8F6C-B702AFD8B732@SARENET.ES> References: <5870F83F-7174-47AA-98AE-C1DE8972E0C8@SARENET.ES> <fcrmmp$2ug$1@sea.gmane.org> <613318C3-6B66-4758-A0D4-97405D6A1914@SARENET.ES> <46F23166.8070908@FreeBSD.org> <A9B46B5C-F44F-4A1B-8989-E0E7CAA70BFA@SARENET.ES> <F59EF073-57D8-429E-8F6C-B702AFD8B732@SARENET.ES>
next in thread | previous in thread | raw e-mail | index | archive | help
On 20 Sep 2007, at 12:02, Borja Marcos wrote: > I've just tried using the echo service from inetd, and the server > is keeping 1024 established > connections without that error. I just don't understand why this > can fail with Apache, but it seems it's an issue with -current, as > we have a similar setup with 6.2(i386), same hardware, and it works. Here's what I've found out. Apache was confgured by a different person, and I didn't notice that the MaxClients parameter was set too low (159). Setting it up to a high value (1024) has made those errors disappear. So that "memory limit" was actually that the system was dropping connection requests from the listen queue. The error message is quite looks misleading to me. At least I had never seen it, so it caught me by surprise. Sorry about the confusion. I will go on doing tests and let you know the result. Borja. ---------------- "The thing he realised about the windows was this: because they had been converted into openable windows after they had first been designed to be impregnable, they were, in fact, much less secure than if they had been designed as openable windows in the first place." Douglas Adams, "Mostly Harmless"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C4A3C06-A6F3-41B1-BE53-F04369CD4F8D>