Details
-
Improvement
-
Resolution: Done
-
Neutral
-
None
-
None
-
None
-
None
Description
Hi,
since more and more customers complain about editor performance issues, it might be helpful to add the following section to the performance issues page.
Thanks
Jürgen
Slow AdminCentral with multiple editors
increase Jackrabbit Cache
Concurrent access to the JCR might benefit from a bigger Jackrabbit cache size. Adding the following options will increase the cache to 256Mb (instead of the default 16Mb). Please be aware that this memory is allocated from the java heap.
Add the following parameters to your JVM config:
-Dorg.apache.jackrabbit.maxCacheMemory=268435456 - Dorg.apache.jackrabbit.minMemoryPerCache=1048576 -Dorg.apache.jackrabbit.maxMemoryPerCache=67108864
Checklists
Acceptance criteria