Hi,
Has anyone, or any of Adobe's customers that Adobe is aware of, used 8 or 16 gigs of heap size for their author/publisher instances (using Oracle Java 7)?
Also does Adobe have any recommendations for what configuration of the G1 collector is "in general" best suited for use with CQ5, if it is advised at all?
Thanks in advance.
Solved! Go to Solution.
Views
Replies
Total Likes
Each application developed from aem or any product is different in nature there is no generic config you can set that works for all. Arrive to optimal config by analyzing outputs of [1] & your application. Sometimes increasing the memory is seen as a workaround to memory leaks or badly written software. More often than not this makes things worse in the long run and not better.
For valid application have seen
Finally I would suggest to profiling of your application & testing out application with various option on some of the servers To find best suited.
[1]
* a heap dump from one of the instances with the issue. See this article on how to take a binary heap dump: http://helpx.adobe.com/experience-manager/kb/AnalyzeMemoryProblems.html
* thread dumps taken using jstack command http://helpx.adobe.com/experience-manager/kb/TakeThreadDump.html
* profiling data using the /system/console/profiler tool (run it for about 2-5 minutes while the performance is bad). Please see this article http://helpx.adobe.com/experience-manager/kb/AnalyzeUsingBuiltInProfiler.html
[2]
https://blogs.oracle.com/poonam/entry/about_g1_garbage_collector_permanent
Views
Replies
Total Likes
Each application developed from aem or any product is different in nature there is no generic config you can set that works for all. Arrive to optimal config by analyzing outputs of [1] & your application. Sometimes increasing the memory is seen as a workaround to memory leaks or badly written software. More often than not this makes things worse in the long run and not better.
For valid application have seen
Finally I would suggest to profiling of your application & testing out application with various option on some of the servers To find best suited.
[1]
* a heap dump from one of the instances with the issue. See this article on how to take a binary heap dump: http://helpx.adobe.com/experience-manager/kb/AnalyzeMemoryProblems.html
* thread dumps taken using jstack command http://helpx.adobe.com/experience-manager/kb/TakeThreadDump.html
* profiling data using the /system/console/profiler tool (run it for about 2-5 minutes while the performance is bad). Please see this article http://helpx.adobe.com/experience-manager/kb/AnalyzeUsingBuiltInProfiler.html
[2]
https://blogs.oracle.com/poonam/entry/about_g1_garbage_collector_permanent
Views
Replies
Total Likes
Views
Like
Replies