April 22, 2020
Estimated Post Reading Time ~

Increase Cache Size parameter in workspace.xml of AEM

How to Increase Cache Size parameter in workspace.xml
Place below configuration in cache section of searindex elements

Workspace.xml 
Under SearchIndex class where values is ="com.day.crx.query.lucene.LuceneHandler"
param name is ="cacheSize" value="100000"

Repository.xml 
 Where PersistenceManager class is of type ="com.day.crx.persistence.tar.TarPersistenceManager"
param name is ="bundleCacheSize" and value is ="512"

Workspace.xml
Where PersistenceManager class is ="com.day.crx.persistence.tar.TarPersistenceManager"
And param name is ="bundleCacheSize" value is ="512"

Note: applicable to AEM 5.6.1/5.4


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.