<?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: How to speed up Alfresco - SDK 3.0.1? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-speed-up-alfresco-sdk-3-0-1/m-p/35364#M14912</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way to speed up development is to not execute the clean install goals (after one first initial run), and only use the alfresco:run goal. If you've added hotswap agent, most files will reload anyways so there's no need for a full build. From time to time a clean install does help keep your project clean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unless your custom code has massive memory requirements, &lt;STRONG&gt;-Xms2G -Xmx2G&lt;/STRONG&gt; works just fine in most development cases. (Also having max and starting memory the same size means the JVM doesn't need to make any decisions, which is more efficiënt) Actually telling the JVM to take all your system memory might actually cause things to go slower.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this info helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Dec 2017 14:01:36 GMT</pubDate>
    <dc:creator>electroshokker</dc:creator>
    <dc:date>2017-12-15T14:01:36Z</dc:date>
    <item>
      <title>How to speed up Alfresco - SDK 3.0.1?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-speed-up-alfresco-sdk-3-0-1/m-p/35361#M14909</link>
      <description>I'm running Alfresco 5.2.0, SDK 3.0.1 (all in one) locally on my machine. Unfortunately build and page loading takes too much time. What is the best way&amp;nbsp;to improve it?&amp;nbsp; Even if I gave 8GB to Tomcat and JVM it doesn't help.</description>
      <pubDate>Tue, 28 Nov 2017 15:51:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-speed-up-alfresco-sdk-3-0-1/m-p/35361#M14909</guid>
      <dc:creator>theobroma</dc:creator>
      <dc:date>2017-11-28T15:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up Alfresco - SDK 3.0.1?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-speed-up-alfresco-sdk-3-0-1/m-p/35362#M14910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you running your project?&lt;/P&gt;&lt;P&gt;Are you using the run.sh/run.bat file or using maven directly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is your MAVEN_OPTS set?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Share more context.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 17:08:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-speed-up-alfresco-sdk-3-0-1/m-p/35362#M14910</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2017-12-07T17:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up Alfresco - SDK 3.0.1?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-speed-up-alfresco-sdk-3-0-1/m-p/35363#M14911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use two ways to run my project:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;Through maven directly with following command defined in run configuration:&amp;nbsp;&lt;STRONG&gt;clean install alfresco:run&lt;/STRONG&gt;&amp;nbsp;and VM options:&amp;nbsp;&lt;STRONG&gt;-Xms8G -Xmx10G -XXaltjvm=dcevm -javaagent&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ATH TO HOTSWAP AGENT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;Through run.bat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course the first way is a bit slower due to Hotswap agent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;MAVEN_OPTS are set as it is shown in the picture below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://connect.hyland.com/legacyfs/online/alfresco/18183_Capture.PNG" style="width: 620px; height: 38px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 08:03:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-speed-up-alfresco-sdk-3-0-1/m-p/35363#M14911</guid>
      <dc:creator>theobroma</dc:creator>
      <dc:date>2017-12-13T08:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up Alfresco - SDK 3.0.1?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-speed-up-alfresco-sdk-3-0-1/m-p/35364#M14912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way to speed up development is to not execute the clean install goals (after one first initial run), and only use the alfresco:run goal. If you've added hotswap agent, most files will reload anyways so there's no need for a full build. From time to time a clean install does help keep your project clean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unless your custom code has massive memory requirements, &lt;STRONG&gt;-Xms2G -Xmx2G&lt;/STRONG&gt; works just fine in most development cases. (Also having max and starting memory the same size means the JVM doesn't need to make any decisions, which is more efficiënt) Actually telling the JVM to take all your system memory might actually cause things to go slower.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this info helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 14:01:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-speed-up-alfresco-sdk-3-0-1/m-p/35364#M14912</guid>
      <dc:creator>electroshokker</dc:creator>
      <dc:date>2017-12-15T14:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up Alfresco - SDK 3.0.1?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-speed-up-alfresco-sdk-3-0-1/m-p/35365#M14913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom, thank you for your answer. I set xms and xmx values as you suggested, but I would not say that it made any influence on the speed, it is not faster nor slower. I thought that if I gave more memory it will help, but unfortunately it doesn't. My system memory is 32GB. Therefore I gave 8-10GB to JVM.&amp;nbsp;When I click on document library response time is cca 15 seconds and for showing search results it takes cca 35 seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried with alfresco:run goal and it makes build time twice as fast. (Y)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 16:18:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-speed-up-alfresco-sdk-3-0-1/m-p/35365#M14913</guid>
      <dc:creator>theobroma</dc:creator>
      <dc:date>2017-12-19T16:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up Alfresco - SDK 3.0.1?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-speed-up-alfresco-sdk-3-0-1/m-p/35366#M14914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about the disk performance?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My computer is by far worse than yours, but it has a SSD, and the performance is good enough.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 12:42:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-speed-up-alfresco-sdk-3-0-1/m-p/35366#M14914</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2017-12-20T12:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up Alfresco - SDK 3.0.1?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-speed-up-alfresco-sdk-3-0-1/m-p/35367#M14915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mine also has&amp;nbsp;SSD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://connect.hyland.com/legacyfs/online/alfresco/18293_Capture.PNG" style="width: 620px; height: 196px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 13:15:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-speed-up-alfresco-sdk-3-0-1/m-p/35367#M14915</guid>
      <dc:creator>theobroma</dc:creator>
      <dc:date>2017-12-20T13:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up Alfresco - SDK 3.0.1?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-speed-up-alfresco-sdk-3-0-1/m-p/35368#M14916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your OS is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can speak for Linux and Mac, but I have no idea about the performance on Windows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 13:34:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-speed-up-alfresco-sdk-3-0-1/m-p/35368#M14916</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2017-12-20T13:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up Alfresco - SDK 3.0.1?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-speed-up-alfresco-sdk-3-0-1/m-p/35369#M14917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Windows 10 &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&amp;nbsp;Thank you a lot for investing your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 13:49:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-speed-up-alfresco-sdk-3-0-1/m-p/35369#M14917</guid>
      <dc:creator>theobroma</dc:creator>
      <dc:date>2017-12-20T13:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up Alfresco - SDK 3.0.1?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-speed-up-alfresco-sdk-3-0-1/m-p/35370#M14918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anela,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this deployed locally as well on a Windows 2012 server and I am trying to speed up the entire system. I have about 18,000 pdf files in my repository and while it does respond and even works on my mobile device. It is definitely not running an&amp;nbsp;acceptable performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any tips on how your got yours running faster would be great, if you kept going.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 21:30:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-speed-up-alfresco-sdk-3-0-1/m-p/35370#M14918</guid>
      <dc:creator>woodardtq</dc:creator>
      <dc:date>2018-01-19T21:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up Alfresco - SDK 3.0.1?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-speed-up-alfresco-sdk-3-0-1/m-p/35371#M14919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check these slides&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.slideshare.net/LuisCabaceira/alfresco-tuning-part1" title="https://www.slideshare.net/LuisCabaceira/alfresco-tuning-part1" rel="nofollow noopener noreferrer"&gt;https://www.slideshare.net/LuisCabaceira/alfresco-tuning-part1&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.slideshare.net/LuisCabaceira/alfresco-tuning-part2" title="https://www.slideshare.net/LuisCabaceira/alfresco-tuning-part2" rel="nofollow noopener noreferrer"&gt;Alfresco tuning part2&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 13:23:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-speed-up-alfresco-sdk-3-0-1/m-p/35371#M14919</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2018-01-22T13:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up Alfresco - SDK 3.0.1?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-speed-up-alfresco-sdk-3-0-1/m-p/35372#M14920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I have not found solution, yet. Those&amp;nbsp;presentations from Douglas&amp;nbsp;look very helpful. Thank you Douglas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 14:13:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-speed-up-alfresco-sdk-3-0-1/m-p/35372#M14920</guid>
      <dc:creator>theobroma</dc:creator>
      <dc:date>2018-01-22T14:13:14Z</dc:date>
    </item>
  </channel>
</rss>

