<?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: On solaris 10 x86, 32 bit,  Splunk 3.4.x crashes with &amp;quot;Too many open files&amp;quot;, even though ulimit is set to a large value, what gives? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/On-solaris-10-x86-32-bit-Splunk-3-4-x-crashes-with-quot-Too-many/m-p/11254#M731</link>
    <description>&lt;P&gt;Depending of the system, you may have to change /etc/sysctl.conf and /etc/security/limits.conf&lt;BR /&gt;
ulimit is not persistent after reboot.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://splunk-base.splunk.com/answers/13313/how-to-tune-ulimit-on-my-server"&gt;http://splunk-base.splunk.com/answers/13313/how-to-tune-ulimit-on-my-server&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Mar 2012 19:10:36 GMT</pubDate>
    <dc:creator>yannK</dc:creator>
    <dc:date>2012-03-30T19:10:36Z</dc:date>
    <item>
      <title>On solaris 10 x86, 32 bit,  Splunk 3.4.x crashes with "Too many open files", even though ulimit is set to a large value, what gives?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/On-solaris-10-x86-32-bit-Splunk-3-4-x-crashes-with-quot-Too-many/m-p/11250#M727</link>
      <description>&lt;P&gt;Splunk server crashing with Too many open files error in splunkd_stderr.log&lt;/P&gt;</description>
      <pubDate>Sat, 10 Apr 2010 23:53:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/On-solaris-10-x86-32-bit-Splunk-3-4-x-crashes-with-quot-Too-many/m-p/11250#M727</guid>
      <dc:creator>rementis</dc:creator>
      <dc:date>2010-04-10T23:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: On solaris 10 x86, 32 bit,  Splunk 3.4.x crashes with "Too many open files", even though ulimit is set to a large value, what gives?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/On-solaris-10-x86-32-bit-Splunk-3-4-x-crashes-with-quot-Too-many/m-p/11251#M728</link>
      <description>&lt;P&gt;Switch to csh:&lt;/P&gt;

&lt;P&gt;csh&lt;/P&gt;

&lt;P&gt;Then issue this command:&lt;/P&gt;

&lt;P&gt;% setenv LD_PRELOAD_32 /usr/lib/extendedFILE.so.1&lt;/P&gt;

&lt;P&gt;This solution is for Solaris 10 x86.&lt;/P&gt;

&lt;P&gt;See this page:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://blogs.sun.com/mandalika/entry/solaris_workaround_to_stdio_s" rel="nofollow"&gt;Workaround to stdio_s&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Apr 2010 23:55:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/On-solaris-10-x86-32-bit-Splunk-3-4-x-crashes-with-quot-Too-many/m-p/11251#M728</guid>
      <dc:creator>rementis</dc:creator>
      <dc:date>2010-04-10T23:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: On solaris 10 x86, 32 bit,  Splunk 3.4.x crashes with "Too many open files", even though ulimit is set to a large value, what gives?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/On-solaris-10-x86-32-bit-Splunk-3-4-x-crashes-with-quot-Too-many/m-p/11252#M729</link>
      <description>&lt;P&gt;edit /etc/security/limits.conf &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;root    soft    nofile          250000
root    hard    nofile          250000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will change the limit of open files, ulimit -n will show you the current setting&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2010 07:25:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/On-solaris-10-x86-32-bit-Splunk-3-4-x-crashes-with-quot-Too-many/m-p/11252#M729</guid>
      <dc:creator>oreoshake</dc:creator>
      <dc:date>2010-04-13T07:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: On solaris 10 x86, 32 bit,  Splunk 3.4.x crashes with "Too many open files", even though ulimit is set to a large value, what gives?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/On-solaris-10-x86-32-bit-Splunk-3-4-x-crashes-with-quot-Too-many/m-p/11253#M730</link>
      <description>&lt;P&gt;Do you have this problem on forwarders?  I wouldn't expect so.  You really should run your indexers on 64bit for performance reasons, avoiding the need for this workaround.  However, it's a nice tip, thanks for sharing!&lt;/P&gt;</description>
      <pubDate>Sat, 17 Apr 2010 08:26:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/On-solaris-10-x86-32-bit-Splunk-3-4-x-crashes-with-quot-Too-many/m-p/11253#M730</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2010-04-17T08:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: On solaris 10 x86, 32 bit,  Splunk 3.4.x crashes with "Too many open files", even though ulimit is set to a large value, what gives?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/On-solaris-10-x86-32-bit-Splunk-3-4-x-crashes-with-quot-Too-many/m-p/11254#M731</link>
      <description>&lt;P&gt;Depending of the system, you may have to change /etc/sysctl.conf and /etc/security/limits.conf&lt;BR /&gt;
ulimit is not persistent after reboot.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://splunk-base.splunk.com/answers/13313/how-to-tune-ulimit-on-my-server"&gt;http://splunk-base.splunk.com/answers/13313/how-to-tune-ulimit-on-my-server&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2012 19:10:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/On-solaris-10-x86-32-bit-Splunk-3-4-x-crashes-with-quot-Too-many/m-p/11254#M731</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2012-03-30T19:10:36Z</dc:date>
    </item>
  </channel>
</rss>

