"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
