Created on
03-18-2024
07:12 AM
Edited on
09-03-2025
10:14 PM
By
Anthony_E
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:
Check for Out-of-memory errors in the application server logs. 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''
Check for Redis memory usage.
redis-cli -p 6666 -a `phLicenseTool --showRedisPassword` -c info memory
If one of those conditions is met, increase Redis memory by following the section.
Increase Redis memory.
|
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.