Please help me to tune recommended value in radiusd.conf for HIGH load environment
 
Used:
 
    FreeBSD 4.8
    Freeradius 0.9.0
    Openldap 2.0.27
 
.....
max_request_time = 30
delete_blocked_requests = no
cleanup_delay = 5
max_requests = 256000
hostname_lookups = yes  
allow_core_dumps = no
# THREAD POOL CONFIGURATION
thread pool { 
    start_servers = 5
    max_servers = 2048        => is it too high ???
    min_spare_servers = 3
    max_spare_servers = 10
    max_requests_per_server = 0
}
 
# MODULE
ldap {
                server = "10.1.1.1"
                identity = "cn=Sysadmin,ou=Applications,dc=xxx,dc=xx"
                password = xxxxxxx
                basedn = "ou=People,dc=xxxx,dc=xxx"
                filter = "(uid=%{Stripped-User-Name:-%{User-Name}})"
                start_tls = no
                access_attr = "dialupAccess"
                dictionary_mapping = ${raddbdir}/ldap.attrmap
                ldap_connections_number = 2048        => is it too high ?????
                timeout = 10
                timelimit = 10
                net_timeout = 5
  }
..............
 

Reply via email to