<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Optimize JVM memory for AAAR in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/optimize-jvm-memory-for-aaar/m-p/305280#M258410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your suggestion, Francesco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will try to increase PDI memory when do data extraction. The reports now runs well, but it got an issue when user launch the main dashboard at the first time. The error showing on the page is&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error processing component (RepositoryPerDay)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error processing component (ActionsPerDay)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I grep this error on all source files and logs but just not able to find where it came from. I wonder if this happens due to memory insufficient.&amp;nbsp; Or, if increase memory can solve the problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't know how to reduce the memory used dynamically at nighttime for tomcat since heap size is set by JAVA_OPT parameter in the environment. Stop and restart might work, but production should runs in 24X7. Technical downtime shouldn't happen regularly. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Oct 2014 13:37:03 GMT</pubDate>
    <dc:creator>chooli</dc:creator>
    <dc:date>2014-10-06T13:37:03Z</dc:date>
    <item>
      <title>Optimize JVM memory for AAAR</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/optimize-jvm-memory-for-aaar/m-p/305278#M258408</link>
      <description>I have spent sometime on AAAR installation and customization to make it works for my client's alfresco production. Thanks for the contribution of this great audit report extension. And, kindly help to solve my environment issues.Now the AAAR runs well on a single cloud host server with &amp;lt;strong&amp;gt;</description>
      <pubDate>Fri, 03 Oct 2014 13:33:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/optimize-jvm-memory-for-aaar/m-p/305278#M258408</guid>
      <dc:creator>chooli</dc:creator>
      <dc:date>2014-10-03T13:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Optimize JVM memory for AAAR</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/optimize-jvm-memory-for-aaar/m-p/305279#M258409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Chooli,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your case it's very interesting and congrats for your job.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please confirm you run AAAR extraction (so, PDI processes) in a low activity time for Alfresco users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In my experience the most common scenario is: during the day time the Alfresco resources need to be highly available for performance reasons and during the night time the PDI resources need to give the best performance to the extraction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this is true also in your case and you are sure about it, I suggest you to think about increasing the memory for PDI because your value (512Mb) it's quite low.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course, during the night time, you would have to think to a strategy to reduce the amount of memory used by tomcat (stop the tomcat? restarting it with a low memory?).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are not sure about the hours of activity time on your Alfresco, I suggest you to use the report below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://fcorti.com/alfresco-audit-analysis-reporting/aaar-reports-dashboards-extractions/aaar-report-7-activities-day-hours-ecm/" rel="nofollow noopener noreferrer"&gt;http://fcorti.com/alfresco-audit-analysis-reporting/aaar-reports-dashboards-extractions/aaar-report-7-activities-day-hours-ecm/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Every comment or contribution is appreciated and, please, let us know how it goes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Oct 2014 20:14:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/optimize-jvm-memory-for-aaar/m-p/305279#M258409</guid>
      <dc:creator>fcorti</dc:creator>
      <dc:date>2014-10-05T20:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Optimize JVM memory for AAAR</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/optimize-jvm-memory-for-aaar/m-p/305280#M258410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your suggestion, Francesco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will try to increase PDI memory when do data extraction. The reports now runs well, but it got an issue when user launch the main dashboard at the first time. The error showing on the page is&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error processing component (RepositoryPerDay)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error processing component (ActionsPerDay)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I grep this error on all source files and logs but just not able to find where it came from. I wonder if this happens due to memory insufficient.&amp;nbsp; Or, if increase memory can solve the problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't know how to reduce the memory used dynamically at nighttime for tomcat since heap size is set by JAVA_OPT parameter in the environment. Stop and restart might work, but production should runs in 24X7. Technical downtime shouldn't happen regularly. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 13:37:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/optimize-jvm-memory-for-aaar/m-p/305280#M258410</guid>
      <dc:creator>chooli</dc:creator>
      <dc:date>2014-10-06T13:37:03Z</dc:date>
    </item>
  </channel>
</rss>

