Publishing performance CQ5.6 - increasing threads | Community
Skip to main content
Salvatore_Gallo
Level 2
February 7, 2020
Solved

Publishing performance CQ5.6 - increasing threads

  • February 7, 2020
  • 1 reply
  • 1240 views

I have a problem with my publish instance.
The number of threads instantiated reaches over 350 and never decreases.

After some time the publish does not respond, forcing me to restart.

From the thread dump I see that there are many threads in status: Object.wait (). These are all generated by the GET calls received by the dispatcher.

Anyone have any idea what could be causing it?



Best regards.

Thank you

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by aemmarc2

When trying to understand a thread dump the key is to look at the RUNNABLE threads to understand why they hold contention over the WAITING threads.  

 

Also CQ 5.6 has been end of life since 2016.   Upgrade

1 reply

aemmarc2Adobe EmployeeAccepted solution
Adobe Employee
February 7, 2020

When trying to understand a thread dump the key is to look at the RUNNABLE threads to understand why they hold contention over the WAITING threads.  

 

Also CQ 5.6 has been end of life since 2016.   Upgrade