<?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 Tuning max searches on a summary indexing instance - how? in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Tuning-max-searches-on-a-summary-indexing-instance-how/m-p/11198#M20</link>
    <description>&lt;P&gt;I have an instance that I've set up to only run summary searches.  Essentially, its a search head but no users connect directly to it and it only runs summary indexing searches.  &lt;/P&gt;

&lt;P&gt;I see a lot of the following errors in my splunkd.log:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
  &lt;P&gt;WARN  SavedSplunker - Maximum number
  (2) of concurrent scheduled searches
  reached. 16 ready-to-run scheduled
  searches pending.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Can I tune some parameters in limits.conf to better the performance?  Right now, its telling me I'm maxing out at 2 concurrent searches and it should be able to handle more considering no users are connecting directly to it.&lt;/P&gt;</description>
    <pubDate>Fri, 09 Apr 2010 23:09:17 GMT</pubDate>
    <dc:creator>the_wolverine</dc:creator>
    <dc:date>2010-04-09T23:09:17Z</dc:date>
    <item>
      <title>Tuning max searches on a summary indexing instance - how?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Tuning-max-searches-on-a-summary-indexing-instance-how/m-p/11198#M20</link>
      <description>&lt;P&gt;I have an instance that I've set up to only run summary searches.  Essentially, its a search head but no users connect directly to it and it only runs summary indexing searches.  &lt;/P&gt;

&lt;P&gt;I see a lot of the following errors in my splunkd.log:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
  &lt;P&gt;WARN  SavedSplunker - Maximum number
  (2) of concurrent scheduled searches
  reached. 16 ready-to-run scheduled
  searches pending.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Can I tune some parameters in limits.conf to better the performance?  Right now, its telling me I'm maxing out at 2 concurrent searches and it should be able to handle more considering no users are connecting directly to it.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2010 23:09:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Tuning-max-searches-on-a-summary-indexing-instance-how/m-p/11198#M20</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2010-04-09T23:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Tuning max searches on a summary indexing instance - how?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Tuning-max-searches-on-a-summary-indexing-instance-how/m-p/11199#M21</link>
      <description>&lt;P&gt;In general, we don't advise that you edit limits.conf unless you really know what you're doing.  &lt;/P&gt;

&lt;P&gt;In this situation, you should be able to modify the following settings in $SPLUNK_HOME/etc/system/local/limits.conf (listed below are the defaults in version 4.1):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[search]
max_searches_per_cpu = 4

[scheduler]
max_searches_perc = 25
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Let's say your instance has 2 cpus.  The number of (concurrent) searches per cpu, based on the default settings, will be 8 searches.  For scheduled searches the default is 25% of that number so your max concurrent SCHEDULED searches (which applies to summary indexing searches) will be 2 concurrent searches.&lt;/P&gt;

&lt;P&gt;If you're only running summary searches on this machine, you could raise the max_searches_perc up to 100 meaning that up to 8 scheduled searches can run concurrently.  &lt;/P&gt;

&lt;P&gt;If this system is not utilized by anything else, you could potentially raise the max_searches_per_cpu setting as well.  &lt;/P&gt;

&lt;P&gt;After modifying either of these settings make sure to monitor your system for a period of time to ensure it is not being overtaxed at any point in time.  &lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2010 23:22:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Tuning-max-searches-on-a-summary-indexing-instance-how/m-p/11199#M21</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2010-04-09T23:22:02Z</dc:date>
    </item>
  </channel>
</rss>

