ExamGecko
Question list
Search
Search

Related questions











Question 49 - AD0-E134 discussion

Report
Export

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.)

A.
Open the error log and look for messages with 'OutOfMemoryError'
Answers
A.
Open the error log and look for messages with 'OutOfMemoryError'
B.
Create a heap dump for analysis
Answers
B.
Create a heap dump for analysis
C.
Analyze the request log and make sure the number of requests are below the expected threshold
Answers
C.
Analyze the request log and make sure the number of requests are below the expected threshold
D.
Increase the cache ratio of the application
Answers
D.
Increase the cache ratio of the application
E.
Create a thread dump for analysis
Answers
E.
Create a thread dump for analysis
Suggested answer: B, E

Explanation:

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. Reference:

https://experienceleague.adobe.com/docs/experience-manager-65/deploying/configuring/memory-analysis.html?lang=en

https://experienceleague.adobe.com/docs/experience-manager-65/deploying/configuring/threaddump-analysis.html?lang=en

asked 02/10/2024
Yun-Ting Lo
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first