<div>Hi Martin,</div>
<div> </div>
<div>Thanks for your reply. </div>
<div>The memory usage of radiusd in our system went from 6687KB to 160MB which is 50.1% of memory of our system and radiusd got re-started.</div>
<div> </div>
<div>I had run the Valgrind to see the resource leak. Definitely lost memory was 380 Bytes but still reachable are more. I think this is the one which is leaking memory. I dont have access to the log files today, i will post it by tomorrow for your reference.
</div>
<div> <br>Thanks,</div>
<div>Nikitha<br> </div>
<div><span class="gmail_quote">On 5/19/07, <b class="gmail_sendername">Martin Gadbois</b> <<a href="mailto:martin.gadbois@colubris.com">martin.gadbois@colubris.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">-----BEGIN PGP SIGNED MESSAGE-----<br>Hash: SHA1<br><br>nikitha george wrote:<br>> So why is it happening in my case then? I can see all the requests gets
<br>> cleaned up ( log message was put) but still so much memory is consumed<br>> by radiusd.<br>><br><br>Memory usage under Linux is a tricky thing.<br>It depends if you're looking at RSS (RES in top), which is the actual
<br>RAM used by the process, or virtual memory (VIRT in top) which actually<br>may map directly to disk and/or to RAM, and/or be shared with another<br>process!<br><br>A typical usage of a process the RES will rise, and then hit a plateau.
<br>Check the memory usage after a day, it should be the same the following<br>week.<br><br>If the RES raise linearly for days until the system trashes, you may<br>have detected a memory leak.<br><br>But to make sure a leak happens, usually tools like Valgrind helps
<br>better than looking at what the kernel reports, as there is a lot more<br>hidden than what shows.<br><br><br>- --<br>==============         +---------------------------------------------+<br>Martin Gadbois         | "Please answer by yes or no.                |
<br>Sr. SW Designer        | Uncooperative user waste precious CPU time" |<br>Colubris Networks Inc. | -- The Andromeda Strain, M. Crichton, 1969  |<br>-----BEGIN PGP SIGNATURE-----<br>Version: GnuPG v1.4.5 (GNU/Linux)
<br>Comment: Using GnuPG with Mozilla - <a href="http://enigmail.mozdev.org">http://enigmail.mozdev.org</a><br><br>iD8DBQFGThWW9Y3/iTTCEDkRAnOMAJ47LwlA9o48V/49KnahEtaaNWf+4QCfXTL1<br>HAza0Po1crhG3tHzf6OQIcY=<br>=q2Gp<br>-----END PGP SIGNATURE-----
<br>-<br>List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html</a><br></blockquote></div><br>