Alan, I'm using the freeradius-snapshot-20020124 package.
is it the right one? []s ------------------------------------------------------------ Marcelo Ferreira Canbras TVA Cabo Ltda Canbras Acesso - STA Phone: +5511-4993-8728 Pager: +5511-5188-3838 cod. 158062 www.pagenet.com.br ------------------------------------------------------------ ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 24, 2002 2:26 PM Subject: Re: Memory and CPU utilization > "Marcelo Ferreira" <[EMAIL PROTECTED]> wrote: > > Is it normal the memory utilization of all radiusd process increased = > > after an authentication? > > If you're on Linux, each thread will show up as a seperate process. > However, they will all share the same memory, so it will *look* like > you have 10 processes, each using 2M of RAM. > > In reality, you have 1 process using 2M of RAM, and 10 threads. > > > But yes, it *is* normal to increase memory use when an > authentication request comes in. The request is cached in memory for > a short time, > > > and this increased is not beeing released. > > It's released after 'cleanup_delay' time. > > > other problem is that after a period of time, the process start > > using = 30% or more of CPU utilization even after stoping the nas > > request. > > That's a bug, too. > > Upgrade to the latest CVS snapshot. It contains fixes over older > versions. > > Alan DeKok. > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html > - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
