<?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: Alfresco Performance Issue in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-performance-issue/m-p/291139#M244269</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Initally it was working OK, might be due to less concurrent/casual users, not sure about it. But First I would suggest to tune your JVM as per - &lt;/SPAN&gt;&lt;A href="https://wiki.alfresco.com/wiki/JVM_Tuning" rel="nofollow noopener noreferrer"&gt;https://wiki.alfresco.com/wiki/JVM_Tuning&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Next, You should consider below some points to make your upload faster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1)If you have system usage enable then you should turn off if you are really not using it. -system.usages.enabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2)You should disable in Transaction lucene Indexing &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3)You should turn off modification timestamp propogation. system.enableTimestampPropagation=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to consider alfresco features which you are really not using those all should be disable like auditing, content preview [set some preview limit], entire content indexing etc…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jul 2015 09:44:43 GMT</pubDate>
    <dc:creator>niketapatel</dc:creator>
    <dc:date>2015-07-15T09:44:43Z</dc:date>
    <item>
      <title>Alfresco Performance Issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-performance-issue/m-p/291138#M244268</link>
      <description>We are using alfresco community 4.0 version server. I m geting performance issue on our Alfresco server.Initially we are uploading 1000 files within&amp;nbsp; 1 hour but now only 100 files are able to upload the alfresco server through our java batches.we are using alfresco web service's for uploading and do</description>
      <pubDate>Wed, 15 Jul 2015 06:24:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-performance-issue/m-p/291138#M244268</guid>
      <dc:creator>vishky</dc:creator>
      <dc:date>2015-07-15T06:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Performance Issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-performance-issue/m-p/291139#M244269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Initally it was working OK, might be due to less concurrent/casual users, not sure about it. But First I would suggest to tune your JVM as per - &lt;/SPAN&gt;&lt;A href="https://wiki.alfresco.com/wiki/JVM_Tuning" rel="nofollow noopener noreferrer"&gt;https://wiki.alfresco.com/wiki/JVM_Tuning&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Next, You should consider below some points to make your upload faster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1)If you have system usage enable then you should turn off if you are really not using it. -system.usages.enabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2)You should disable in Transaction lucene Indexing &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3)You should turn off modification timestamp propogation. system.enableTimestampPropagation=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to consider alfresco features which you are really not using those all should be disable like auditing, content preview [set some preview limit], entire content indexing etc…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 09:44:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-performance-issue/m-p/291139#M244269</guid>
      <dc:creator>niketapatel</dc:creator>
      <dc:date>2015-07-15T09:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Performance Issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-performance-issue/m-p/291140#M244270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Niketa&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;According to JVM_tuning post our server configuration is ok . WE set our JVM "-server -Xss1M -Xms3G -Xmx6G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:NewSize=2G -XX:MaxPermSize=1G -XX:CMSInitiatingOccupancyFraction=80"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have one doubt we set XX:MaxPermSize=1G&amp;nbsp;&amp;nbsp; our total RAM 12 GB inthis server. its may be the reason of performance issue. Can u confirm what should perfect value for this. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For second Consideration &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please tell me in which file we get all these option for disable . Its very helpful for me&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1)system.usages.enabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 2)You should disable in Transaction lucene Indexing &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 3)You should turn off modification timestamp propogation. system.enableTimestampPropagation=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to consider alfresco features which you are really not using those all should be disable like auditing, content preview [set some preview limit], entire content indexing etc…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; ID 190881 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks in Advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vishal&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 12:20:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-performance-issue/m-p/291140#M244270</guid>
      <dc:creator>vishky</dc:creator>
      <dc:date>2015-07-15T12:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Performance Issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-performance-issue/m-p/291141#M244271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Vishal, You can get almost all these OOB properties in repository.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and content transform limit you can check here - &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Content_Transformation_Limits" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Content_Transformation_Limits&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 12:45:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-performance-issue/m-p/291141#M244271</guid>
      <dc:creator>niketapatel</dc:creator>
      <dc:date>2015-07-16T12:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Performance Issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-performance-issue/m-p/291142#M244272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We had a suddenly performance problem which ended up being memory related and cause the system to be almost continuously doing garbage collection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suggest you ajust your JVM launch settings to give you full details of GC activity and see how often GC is running. If you have very high frequency full GC, this is quite possibly the issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 10:35:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-performance-issue/m-p/291142#M244272</guid>
      <dc:creator>rjohnson</dc:creator>
      <dc:date>2015-07-17T10:35:06Z</dc:date>
    </item>
  </channel>
</rss>

