Description | This article describes how to troubleshoot Redis memory issues. |
Scope | FortiSIEM. |
Solution |
Next troubleshooting steps can be followed when one of the following behaviors is met:
As the Redis cache is fed by the application server, errors regarding the Redis memory will be rejected in its logs. From super CLI as root, run:
grep OOM /opt/glassfish/domains/domain1/logs/server.log*
'Caused by: redis.clients.jedis.exceptions.JedisDataException: OOM command not allowed when used memory > 'maxmemory''
|