- From: "H. William Welliver III" <hww3 AT riverweb.com>
- To: caudium-devel AT caudium.net
- Subject: Re: [caudium-devel] Out of memory
- Date: Mon, 29 Oct 2007 16:48:38 -0400 (EDT)
I'd recommend the following:
1) watch memory usage over time to see if it's gradually growing
most of the caudium code as been checked for memory leaks, so if you've
got that big of a leak, i'd say it'd be pretty easy to spot.
2) determine your rlimit (the point at which you run out of memory).
you might just have normal organic growth, and too low of a limit.
3) find out if you get a coredump, which can be used to see if there's
a connection between the lack of memory and the code that tried to
allocate the memory (perhaps an erroneous allocation of a large
chunk of memory)
Bill
On Mon, 29 Oct 2007, Bertrand LUPART wrote:
Hello,
If a server sometimes dies with the following message:
----8<----8<----8<----8<----
Fatal: out of memory.
---->8---->8---->8---->8----
I think i should look for a memory leak?
Archive powered by MhonArc 2.6.16.