Valid AD0-E134 Dumps shared by ExamDiscuss.com for Helping Passing AD0-E134 Exam! ExamDiscuss.com now offer the newest AD0-E134 exam dumps, the ExamDiscuss.com AD0-E134 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AD0-E134 dumps with Test Engine here:
A customer who is running an AEM application on premise reports that the application is slowing down over time and even crashes The issues seem to start occurring after a new production deployment. The AEM developer knows that the described symptoms could be caused by a memory leak. Which two steps should be taken after confirming the problem is related to a memory issue? (Choose two.)
Correct Answer: B,E
Creating a heap dump and a thread dump are two steps that should be taken after confirming the problem is related to a memory issue. A heap dump is a snapshot of the memory usage of the Java Virtual Machine (JVM) at a given point in time. A heap dump can be used to identify memory leaks, memory consumption patterns, and objects that occupy large amounts of memory. A thread dump is a snapshot of the state of all threads that are part of the JVM process. A thread dump can be used to identify deadlocks, blocked threads, and CPU-intensive threads. References: https://experienceleague.adobe.com/docs/experience-manager-65/deploying/configuring/memory-analysis.html?