<br><br><div class="gmail_quote">2009/11/16 Tom Horsley <span dir="ltr"><<a href="mailto:tom.horsley@att.net">tom.horsley@att.net</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Mon, 16 Nov 2009 11:53:27 +1100<br>
Langdon Stevenson wrote:<br>
<br>
> Given these servers' perfect record in the past I am wondering if anyone<br>
> can suggest what might be going on?  Or how best to try to track down<br>
> the reason.<br>
<br>
</div>I had a similar problem once and put a cron job in to run every<br>
few minutes and log the output of a ps command to a file with<br>
an output format that showed PID, VM size, and process start time.<br>
<br>
Then I whipped out a perl script to analyze the logs, find PIDs<br>
that were running a long time, and kept using more memory the<br>
longer they run.<br>
<br>
Of course, that just found what was leaking, it didn't find out<br>
why it was leaking :-).<br>
<br>
(And no, I don't think I have any of the scripts around anymore :-).<br>
<div><div></div><div class="h5"><br>
--<br></div></div></blockquote></div>I had a similar problem once, years ago, with a version of redhat linux when the memory was faster used up than it was free'd by the paging daemon. I managed to solve the problem by tweaking some kernel parameter's that influenced the behavior of the virtual memory system. But I think that now everything has improved with the current fedora versions, so this problem has disappeared.<br>
<br>cheers<br>paul<br>