12 Dec
2005
12 Dec
'05
5:17 a.m.
Dimple wrote:
I installed latest freeradius cvs-snapshot freeradius-snapshot-20051130 on Debian Linux 10 vs Oracle db 10 and Oracle Internet Directory (LDAP) 10. I have about 30 clients in clients.conf and about 30 connections in a second, including accounting requests. I have 8G RAM on server and freeradius daemon takes away all free memory within two day! "max_requests_per_server = 300" option did not help.
You may try to rebuild FreeRADIUS with debug symbols (with the command ./configure --enable-developer) and after that run FreeRADIUS with Valgrind. $ valgrind --tool=memcheck --leak-check=yes radiusd -f -- Nicolas Baradakis