7 Oct
2009
7 Oct
'09
8:02 p.m.
Mihail Vasiliev wrote:
Hello, all.
I am running freeradius-2.1.6 with all AAA logick hidden in perl module, thus using rlm_perl.
Having about 1000-10000 client connections per day radiusd consumes about 1Gb of memory per day (I restart it daily).
The only (possibly) important thing - I am using several external modules in my main perl module.
Perl's garbage collector isn't perfect. It may be that you really do need to restart to get memory cleaned up. Alan DeKok.