So why is it happening in my case then? I can see all the requests gets cleaned up ( log message was put) but still so much memory is consumed by radiusd.<br><br>You want me post the huge log file..? I badly need this fix now.. 
<br>Configuration wise i am using the default configuration except users and clients entry added newly. <br><br>Hoping to get some positive reply.<br><br>Thanks,<br>Nikitha<br><br><div><span class="gmail_quote">On 5/18/07, 
<b class="gmail_sendername">Alan DeKok</b> <<a href="mailto:aland@deployingradius.com">aland@deployingradius.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
nikitha george wrote:<br>> I am seeing a very serious memory leak issue with freeradius-1.1.6. The<br>> memory usage of freeradius gone from 3386Byte to 64MB when i was trying<br>> to connect 16 clients with roaming interval of 1 second. More
<br>> Access-Requests are coming and we keep saving those requests until<br>> cleanup_delay.<br><br>  Yes... that's how the server is supposed to work.<br><br>> After my initial investigation in the souce code,  we keep cleaning the
<br>> requests only if the select() fails,<br><br>  No.  It cleans the requests after it's examined all of the sockets for<br>data.<br><br>> which means no more request to<br>> handle. But in my case the clients are keep sending the request i think
<br>> the cached request_list is not cleared properly or misses out some<br>> requests or something happens i guess. I may be wrong too, so please let<br>> me know what could be the root cause.<br><br>  No.  People are running the server with sustain loads of 100's of
<br>packets per second.  There is no memory leak like you say.<br><br>  Alan DeKok.<br>--<br>  <a href="http://deployingradius.com">http://deployingradius.com</a>       - The web site of the book<br>  <a href="http://deployingradius.com/blog/">
http://deployingradius.com/blog/</a> - The blog<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>