Memory Issue on 3.0.25??

Alan DeKok aland at deployingradius.com
Tue May 31 12:32:37 UTC 2022


On May 31, 2022, at 6:21 AM, Mucci Andrea via Freeradius-Users <freeradius-users at lists.freeradius.org> wrote:
> we use FreeRADIUS Version 3.0.25, for host x86_64-redhat-linux-gnu. We use Oracle 19 and the client "ORACLE_HOME=/usr/include/oracle/19.12/client64".
> 
> In the last period we have this kind of issue:
> Mon May 30 18:06:00 2022 : Error: Received conflicting packet from client eIUMRad port 51000 - ID: 153 due to unfinished request in module cache-clid.  Giving up on old request.

  That's not a memory issue.  The cache module is being blocked by whatever database you're using.  It's stopping the server from doing anything useful.

  The only way to get rid of that message is to fix the cache module so that it doesn't block the server.

> The process use a large amount of memory. With the version 3.0.18 we have never encountered this kind of issue.

  I suspect the memory issue is a side effect of the problems with the cache module.

  Try 3.2.0 to see if it helps, and fix whatever issues is blocking the cache module.

  Alan DeKok.



More information about the Freeradius-Users mailing list