내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Facing High Load Issue on PROD Publishers, while installing a AEM React package.

Avatar

Level 1

Hi Team,

We are facing High Load issue in PROD Publisher

 

At the time of deployment on publisher, when we are trying to install the AEM React Package, the load on the publishers is getting high and the installation of the packages is getting stopped.

We have stopped the dispatchers to reduce the load on the publishers, then after 3 to 4 minutes the load on the publishers is getting reduced and the packages are getting installed.

 

Can you please let us know why this is happening with particular package and how we can reduce the high load issue without stopping the dispatchers.

 

Thanks in advance

 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

@sush6 As this is performance related issue with the Production instances,

1. What's the CPU/Memory utilization during deployment in Publishers ?
2. Are we getting the same issue in lower environment servers ?
3. Are we seeing the same issue in Production Author while installing the package ? If yes - what's the configuration change between Author & Publisher ?
4. What's the ERROR you are getting while installing the package in Publisher ?
5. Can you tail the ERROR Log while installing the package in Publisher ?
6. Try to take the thread-dumps while installing the package in Publisher - to analyze the issue further.

 

Regards,

Raja

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

@sush6 As this is performance related issue with the Production instances,

1. What's the CPU/Memory utilization during deployment in Publishers ?
2. Are we getting the same issue in lower environment servers ?
3. Are we seeing the same issue in Production Author while installing the package ? If yes - what's the configuration change between Author & Publisher ?
4. What's the ERROR you are getting while installing the package in Publisher ?
5. Can you tail the ERROR Log while installing the package in Publisher ?
6. Try to take the thread-dumps while installing the package in Publisher - to analyze the issue further.

 

Regards,

Raja

Avatar

Level 3

Hi @sush6

 

1. Do request log analysis to know which request is taking huge time around the package installation.

2. Check for errors in error.log to see if this issue is happening at the time of bundle installation. Business logic in OSGi services' activate and deactivate methods could cause the issue sometimes.

3. If you could not figure out from error.log then do thread-dump analysis.