[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Unexpected server freeze
- To: en@megahosted.com
- Subject: Re: Unexpected server freeze
- From: Guillaume Rousse <Guillaume.Rousse@inria.fr>
- Date: Tue, 08 Feb 2005 11:18:22 +0100
- Cc: openldap-software@OpenLDAP.org
- In-reply-to: <4207C165.6000305@megahosted.com>
- References: <41ECDC6E.5080705@ccr.jussieu.fr> <41FE833F.9000704@megahosted.com> <4207836F.3000405@inria.fr> <4207C165.6000305@megahosted.com>
- User-agent: Mozilla Thunderbird 1.0 (X11/20041216)
Eric Nelson wrote:
Hey Guillaume,
I ended up finding the answer to my problem late last week. Turns out
that I was running into the too many file descriptors problem, so I
added a timeout entry to my slapd.conf and also raised the maximum file
descriptors to something more sane than 256, which turns out is solaris
9's default setting...
The only timeout available in slapd is idletimeout, wich is related to
closing client connections. It means the problem would be actually
caused by some broken clients, whereas I thought it was the server.
I'll try it.
For maximum file descriptors, ulimit -a for root users gives 1024 open
files, which is far beyond 256, and /proc/sys/fs/file-max says 419430,
so I don't think there is a problem there.
--
If you can keep your head while those around you are losing theirs, you
may have misjudged the situation
-- Murphy's New Military Laws n°29