java - ACL cache size increase for AEM -


i know below link have set jvm parameter increase cache size.

https://helpx.adobe.com/experience-manager/kb/cacheentrycollector-cache-size-is-too-small.html

but should set value? in workspace.xml or else?

-dorg.apache.jackrabbit.core.security.authorization.acl.cachingentrycollector.maxsize=40000 

thanks in advance!

please try this:

  1. on <your cq5 folder>/crx-quickstart/bin, open start (unix) or start.bat (windows)

  2. search line have parameter: cq_jvm_opts

  3. add configurations parameter, example:

    cq_jvm_opts='-server -xmx1024m -xx:maxpermsize=256m -djava.awt.headless=true -xx:-usesplitverifier -dorg.apache.jackrabbit.core.security.authorization.acl.cachingentrycollector.maxsize=40000' 
  4. save , use file start cq5 application.

i hope works you.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -