<?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 Out of Memory Error in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/out-of-memory-error/m-p/210216#M163346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We know that we need to beef up the JVM memory on our Alfresco 3 install but it won't recognize the increase so we haven't had a successful install yet of 3.&amp;nbsp; Alfresco 2.1 is up and running.&amp;nbsp; We are working on a Linux machine that is using Tomcat 5.5.27 and apache. Would anyone care to share their solution for this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 May 2009 16:14:08 GMT</pubDate>
    <dc:creator>bdavies</dc:creator>
    <dc:date>2009-05-12T16:14:08Z</dc:date>
    <item>
      <title>Out of Memory Error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/out-of-memory-error/m-p/210216#M163346</link>
      <description>We know that we need to beef up the JVM memory on our Alfresco 3 install but it won't recognize the increase so we haven't had a successful install yet of 3.&amp;nbsp; Alfresco 2.1 is up and running.&amp;nbsp; We are working on a Linux machine that is using Tomcat 5.5.27 and apache. Would anyone care to share their s</description>
      <pubDate>Tue, 12 May 2009 16:14:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/out-of-memory-error/m-p/210216#M163346</guid>
      <dc:creator>bdavies</dc:creator>
      <dc:date>2009-05-12T16:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory Error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/out-of-memory-error/m-p/210217#M163347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Take a look at the Alfresco Installation document at &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Download_Labs" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Download_Labs&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit the line, where JAVA_OPTS is defined in alfresco.sh to something like&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;export JAVA_OPTS='-Xms128m -Xmx1024m -XX:MaxPermSize=256m -server'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also take a look at this link about JVM tuning for alfresco &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/JVM_Tuning" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/JVM_Tuning&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shagul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 17:53:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/out-of-memory-error/m-p/210217#M163347</guid>
      <dc:creator>rivetlogic</dc:creator>
      <dc:date>2009-05-12T17:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory Error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/out-of-memory-error/m-p/210218#M163348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you so much for responding…..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We have already changed the Java opts you mentioned many times but we are still getting the exact same error.&amp;nbsp; We recently had a successful 2.1 deployed on the same Linux server machine.&amp;nbsp; We know that 3.0 is bigger, but there must be something we are overlooking!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2009 20:01:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/out-of-memory-error/m-p/210218#M163348</guid>
      <dc:creator>bdavies</dc:creator>
      <dc:date>2009-05-18T20:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Out of Memory Error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/out-of-memory-error/m-p/210219#M163349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Guess what…..you suggested I check out the "JVM Tuning" section so we did and what we found actually WORKED!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, thanks a lot and I'm adding the solution below so maybe it will help someone else having an "Out of Memory" problem on a Linux server!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;VALUES ADDED TO START UP SCRIPT:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JAVA_OPTS= &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-server &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Xss1024K &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Xms1G &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Xmx2G &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-XX:MaxPermSize=128M &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-XX:NewSize=512m&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2009 22:23:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/out-of-memory-error/m-p/210219#M163349</guid>
      <dc:creator>bdavies</dc:creator>
      <dc:date>2009-05-18T22:23:49Z</dc:date>
    </item>
  </channel>
</rss>

