<div>Do you have any idea what kind of malloc/free implementation on our system will work out in this scenario?<br> </div>
<div>Thanks,</div>
<div>Nikitha<br> </div>
<div><span class="gmail_quote">On 5/19/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="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">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>When the server caches the requests, it uses memory to do that.  When<br>it frees the requests, the memory does *not* get returned to the system.<br>This is usually due to the "malloc/free" implementation on your system,
<br>and cannot be controlled by the server.<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<br>> clients entry added newly.
<br><br>If your server really is that busy, then it needs that much memory to<br>ensure it maintains quality service.  If you make it use less memory,<br>requests will be lost, and your network will suffer.<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>