Hello,
CQ5 server is responding very slow, when I start to create package through package manager and I am creating package for a DAM and its responding very slow.
There is only one user accessing server.
when I started to create package it may be opening lot of CRXSession, I checked using below command
jmap -histo:live <pid> | grep CRXSessionImpl
And it show me more than 110 CRXSession is opened.
Can any one tell me how we can optimize server, how we can close CRXSession automatically, even I run garbage collector still getting same issue.
Regards,
Satish