<?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: Error - Too many open files in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/error-too-many-open-files/m-p/71203#M46089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That is in Debian or Ubuntu in case it helps you:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- check what is the user running tomcat&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- edit /etc/security/limits.conf and add to it this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;tomcat-user&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;soft&amp;nbsp;&amp;nbsp;&amp;nbsp;nofile&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2048&lt;BR /&gt;&amp;lt;tomcat-user&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;hard&amp;nbsp;&amp;nbsp;&amp;nbsp;nofile&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;8192&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;The first line sets the soft limit (the initial limit), the second the hard limit (the limit that the application itself can request).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Then restart tomcat and that should be all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can check that the limit is up by searching about limits of open files over the JMX dump page of your alfresco installation: &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/faces/jsp/admin/jmx-dumper.jsp" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/faces/jsp/admin/jmx-dumper.jsp&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Oct 2010 08:03:00 GMT</pubDate>
    <dc:creator>iblanco</dc:creator>
    <dc:date>2010-10-25T08:03:00Z</dc:date>
    <item>
      <title>Error - Too many open files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-too-many-open-files/m-p/71199#M46085</link>
      <description>Hi All,When I am trying the uploading content into repository and applying rules on them, I frequently encountering this error &lt;IMG id="smileysad" class="emoticon emoticon-smileysad" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;Too many open files)Any idea where I am doing wrong or is it a problem with ALfresco.Oct 5, 2006 7:43:09 PM org.apache.catalina.loader.WebappClassLoader openJARsWARNING: F</description>
      <pubDate>Thu, 05 Oct 2006 14:24:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-too-many-open-files/m-p/71199#M46085</guid>
      <dc:creator>udaygarikapati</dc:creator>
      <dc:date>2006-10-05T14:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error - Too many open files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-too-many-open-files/m-p/71200#M46086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you running on Linux by any chance?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, this could be caused by the ulimit being set too low. ulimit needs to be 2048 at least (ulimit -n 2048).&amp;nbsp; Our guess is that it isn't even 1024 here (check with ulimit -a).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At any rate, it is a max open files per process/user/machine that is the issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 08:58:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-too-many-open-files/m-p/71200#M46086</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-10-06T08:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error - Too many open files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-too-many-open-files/m-p/71201#M46087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Gavin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ya iam running my alfresco on linux. The OS is CentOS, RAM is 4 GB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When i do ulimit -n, it shows me 1024. But no idea on how can i append &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that to more than 2048? Can you tell me how much the alfresco needs,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is 2048 is ok or its supposed to be more than that ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After checkign the CentOS forums, i found this link&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://lists.centos.org/pipermail/centos/2005-February/045072.html" rel="nofollow noopener noreferrer"&gt;http://lists.centos.org/pipermail/centos/2005-February/045072.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;but the way he suggests, is not there, so i have to do some explicit settings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No idea on how to do this, but will give it a try.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions are welcome.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Uday Garikapati&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 14:35:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-too-many-open-files/m-p/71201#M46087</guid>
      <dc:creator>udaygarikapati</dc:creator>
      <dc:date>2006-10-06T14:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error - Too many open files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-too-many-open-files/m-p/71202#M46088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Gavin,&lt;BR /&gt;&lt;BR /&gt;Ya iam running my alfresco on linux. The OS is CentOS, RAM is 4 GB.&lt;BR /&gt;When i do ulimit -n, it shows me 1024. But no idea on how can i append &lt;BR /&gt;that to more than 2048? Can you tell me how much the alfresco needs,&lt;BR /&gt;is 2048 is ok or its supposed to be more than that ?&lt;BR /&gt;&lt;BR /&gt;After checkign the CentOS forums, i found this link&lt;BR /&gt;&lt;A href="http://lists.centos.org/pipermail/centos/2005-February/045072.html" rel="nofollow noopener noreferrer"&gt;http://lists.centos.org/pipermail/centos/2005-February/045072.html&lt;/A&gt;&lt;BR /&gt;but the way he suggests, is not there, so i have to do some explicit settings.&lt;BR /&gt;&lt;BR /&gt;No idea on how to do this, but will give it a try.&lt;BR /&gt;&lt;BR /&gt;Any suggestions are welcome.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Uday Garikapati&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Try ulimit -n 4046&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 21:51:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-too-many-open-files/m-p/71202#M46088</guid>
      <dc:creator>michaelc</dc:creator>
      <dc:date>2010-10-22T21:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error - Too many open files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-too-many-open-files/m-p/71203#M46089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That is in Debian or Ubuntu in case it helps you:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- check what is the user running tomcat&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- edit /etc/security/limits.conf and add to it this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;tomcat-user&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;soft&amp;nbsp;&amp;nbsp;&amp;nbsp;nofile&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2048&lt;BR /&gt;&amp;lt;tomcat-user&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;hard&amp;nbsp;&amp;nbsp;&amp;nbsp;nofile&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;8192&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;The first line sets the soft limit (the initial limit), the second the hard limit (the limit that the application itself can request).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Then restart tomcat and that should be all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can check that the limit is up by searching about limits of open files over the JMX dump page of your alfresco installation: &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/faces/jsp/admin/jmx-dumper.jsp" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/faces/jsp/admin/jmx-dumper.jsp&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 08:03:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-too-many-open-files/m-p/71203#M46089</guid>
      <dc:creator>iblanco</dc:creator>
      <dc:date>2010-10-25T08:03:00Z</dc:date>
    </item>
  </channel>
</rss>

