request_dequeue problems (recent 3.0, when home-server stalls)
Phil Mayers
p.mayers at imperial.ac.uk
Thu Sep 20 16:38:18 CEST 2012
On 20/09/12 15:29, Alan DeKok wrote:
> Brian Julin wrote:
>> After collecting some more debug logs, I noticed that this problem was happening too often
>> on requests numbered around 260 to be a coincidence. It turns out this happens after
>> a thread is marked for recycling due to having handled over 128 requests.
>
> Well, set "max_requests_per_server = 0".
>
> There's really no reason to clean up old threads.
Indeed. It's not like it will free up any OS resources - memory or file
descriptor leaks are per-process.
More information about the Freeradius-Users
mailing list