Hi Igor, you are not allone with such long cases. I experience the same with much more severe problems. I had one open that sounds like beeing the root cause for your problem as well.IJ28797 describes the symptoms related to it. Also you might not use QVM and also have a fixed Version like i had you might still run into this problem. The Support Ingeneer LIAMHFOX told me so and advised me to do the following steps that solved my issues. You should ask Support if you should also do them because it seems not to be an official guide and you need a script that i can not attach here.
1) Clearing expired
Take the script I've attached to the case (RefDataCleanV2.sh) and upload it to your console.
Make the script executable with chmod +x RefDataCleanV2.sh
Run the script with ./RefDataCleanV2.sh &
This will clear expired elements and should improve performance a little. This can take a while depending on how many blocked expired events there are.
2) Adding memory override for performance:
- Open the file /opt/qradar/conf/spillovercache.properties using the text editor of your choice.
- Add the following line at the bottom: RefData_48.spillover.threshold=500000
- Restart Tomcat at your next convenience, or let it crash again.
#QRadar#Support#SupportMigration