Environment : AEM 6.3
JRE 1.8
JRE 1.8
- If you are getting out-of-memory errors, either add memory or make that there isn't a memory leak.
- If there is a memory leak, use -XX:-HeapDumpOnOutOfMemoryError to get a heap dump and analyze it to find the root cause.
- You can use any heap dump analyzers, such as sap memory analyzer, yourkit profiler, or eclipse memory analyzer.
- Turn on garbage collection logs to understand the behavior of your application's memory usage.
No comments:
Post a Comment