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:
on
<your cq5 folder>/crx-quickstart/bin
, openstart
(unix) orstart.bat
(windows)search line have parameter:
cq_jvm_opts
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'
save , use file start cq5 application.
i hope works you.
Comments
Post a Comment