Memory leak
I have the following problems: server runs slowly, in the logs you see a lot of entries cache:resizeAll and there are occasional out of memory. What can be the cause of these problems?
I have the following problems: server runs slowly, in the logs you see a lot of entries cache:resizeAll and there are occasional out of memory. What can be the cause of these problems?
Adding some more information here:
"CacheManager: resizeAll" entries in Log: When functionality is developed for AEM WCM, JCR Sessions may be opened (comparable to opening a database connection). If the opened sessions are never closed, your system may experience following symptoms:
• The system gets slower and slower Miscellaneous
• You have a lot of "CacheManager: resizeAll" entries in the log file (the number behind size=... is the number of caches; each session opens a few caches)
• From time to time the system runs out of memory (after a few hours, days, or weeks - depending on the severity)
Read this:- Troubleshooting Scenarios
Must Read:- Analyze Unclosed Sessions
Helpx on Memory problem:- Analyze Memory Problems
~kautuk
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.