<?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: Splunk CPU Usage Spike after upgrade to 5.0.1 in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-CPU-Usage-Spike-after-upgrade-to-5-0-1/m-p/22186#M240</link>
    <description>&lt;P&gt;Look to your limits.conf for the answer, that's what solved the problem for us. Specifically you may need to lower your &lt;CODE&gt;base_max_searches&lt;/CODE&gt; if you have it defined. We also used the &lt;CODE&gt;max_searches_perc&lt;/CODE&gt; parameter for the &lt;CODE&gt;[scheduler]&lt;/CODE&gt; stanza to help limit the amount of searches that the Search Head was issuing to the Indexer at a given time.&lt;/P&gt;

&lt;P&gt;Here is a quick look at our settings now that are working nicely, obviously you'll want to adjust these to something that makes sense for your architecture.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[search]
multi_threaded_setup = 1
base_max_searches = 64

[metadata]
maxcount=500000

[scheduler]
max_searches_perc = 10
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 11 Nov 2013 19:44:38 GMT</pubDate>
    <dc:creator>mcluver</dc:creator>
    <dc:date>2013-11-11T19:44:38Z</dc:date>
    <item>
      <title>Splunk CPU Usage Spike after upgrade to 5.0.1</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-CPU-Usage-Spike-after-upgrade-to-5-0-1/m-p/22183#M237</link>
      <description>&lt;P&gt;I upgraded from 4.3.1 to 5.0.1. After starting splunk, it runs fine for a few minutes but then the CPU usage increases rapidly and remains at 99%. I was forced to reinstall 4.3.1 to get functionality back.&lt;/P&gt;

&lt;P&gt;This issue doesn't occur on 4.3.1, did something drastic change between these two versions? We have a realtime dashboard set up and quite a few (40+) scheduled searches running. There are also 20+ forwarders in the environment. I'm not sure what other details are needed to get to the root of this issue, but I'm happy to provide what I can.&lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2013 19:27:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-CPU-Usage-Spike-after-upgrade-to-5-0-1/m-p/22183#M237</guid>
      <dc:creator>rush05</dc:creator>
      <dc:date>2013-02-06T19:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk CPU Usage Spike after upgrade to 5.0.1</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-CPU-Usage-Spike-after-upgrade-to-5-0-1/m-p/22184#M238</link>
      <description>&lt;P&gt;We're having a very similar problem, we have a large number of scheduled searches that regularly run. After the upgrade during each run our CPU usage has been through the roof, it looks like they made some &lt;STRONG&gt;HUGE&lt;/STRONG&gt; changes to the code.&lt;/P&gt;

&lt;P&gt;Splunk FAIL. &lt;/P&gt;

&lt;P&gt;Let's hope 6.x resolved these problems.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2013 21:19:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-CPU-Usage-Spike-after-upgrade-to-5-0-1/m-p/22184#M238</guid>
      <dc:creator>mcluver</dc:creator>
      <dc:date>2013-09-27T21:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk CPU Usage Spike after upgrade to 5.0.1</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-CPU-Usage-Spike-after-upgrade-to-5-0-1/m-p/22185#M239</link>
      <description>&lt;P&gt;Recently worked with Splunk on a similar issue regarding cpu spike after upgrade to 5.0.3.  A workaround was provided but since the issue only occurred after upgrading to 5.0.3 (from 4.3.4) it should be a bug.   IOW, no changes to configuration other than upgrade.&lt;/P&gt;

&lt;P&gt;I hope that someone from Splunk support team can comment here about this bug.  &lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2013 19:35:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-CPU-Usage-Spike-after-upgrade-to-5-0-1/m-p/22185#M239</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2013-11-11T19:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk CPU Usage Spike after upgrade to 5.0.1</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-CPU-Usage-Spike-after-upgrade-to-5-0-1/m-p/22186#M240</link>
      <description>&lt;P&gt;Look to your limits.conf for the answer, that's what solved the problem for us. Specifically you may need to lower your &lt;CODE&gt;base_max_searches&lt;/CODE&gt; if you have it defined. We also used the &lt;CODE&gt;max_searches_perc&lt;/CODE&gt; parameter for the &lt;CODE&gt;[scheduler]&lt;/CODE&gt; stanza to help limit the amount of searches that the Search Head was issuing to the Indexer at a given time.&lt;/P&gt;

&lt;P&gt;Here is a quick look at our settings now that are working nicely, obviously you'll want to adjust these to something that makes sense for your architecture.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[search]
multi_threaded_setup = 1
base_max_searches = 64

[metadata]
maxcount=500000

[scheduler]
max_searches_perc = 10
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Nov 2013 19:44:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-CPU-Usage-Spike-after-upgrade-to-5-0-1/m-p/22186#M240</guid>
      <dc:creator>mcluver</dc:creator>
      <dc:date>2013-11-11T19:44:38Z</dc:date>
    </item>
  </channel>
</rss>

