Hi All,
I am trying to create a Content Fragment Model (CFM) in AEM, but after adding around 30 properties, the CFM starts crashing. It becomes unresponsive at times, and sometimes it appears blank in the CFM console. However, I can still see the added nodes in CRX. Could you please guide me on what the issue could be and how to resolve it?
해결되었습니다! 솔루션으로 이동.
토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.
Hi @ShamliKh ,
This is a common issue which arises when the number of fields in a CFM increases. You can try to increase the Number of calls per request from 1000 to 2000 in the Apache Sling Main Servlet Config.
Note: This might impact the performance so make sure you increase it to a level where it stops crashing. Let me know if it works
Thanks and Regards,
Madhur Madan
Hi @ShamliKh ,
This is a common issue which arises when the number of fields in a CFM increases. You can try to increase the Number of calls per request from 1000 to 2000 in the Apache Sling Main Servlet Config.
Note: This might impact the performance so make sure you increase it to a level where it stops crashing. Let me know if it works
Thanks and Regards,
Madhur Madan
Hi @ShamliKh
The property in sling Servlet main servlet that you are loiking gor is sling.max.calls. But few consideration to have in mind:
All the best !