<?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: How to configure limits.conf to make the most of our hardware and improve search performance? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-configure-limits-conf-to-make-the-most-of-our-hardware/m-p/265382#M79765</link>
    <description>&lt;P&gt;Just to know, did you modify one of this settings ?&lt;/P&gt;

&lt;P&gt;"search_process_memory_usage_threshold = &lt;BR /&gt;
* To be active, this setting requires setting: enable_memory_tracker = true&lt;BR /&gt;
* Signifies the maximum memory in MB the search process can consume in RAM.&lt;BR /&gt;
* Search processes violating the threshold will be terminated.&lt;BR /&gt;
* If the value is set to zero, then splunk search processes are allowed&lt;BR /&gt;
  to grow unbounded in terms of in memory usage.&lt;BR /&gt;&lt;BR /&gt;
* The default value is set to 4000MB or 4GB.&lt;/P&gt;

&lt;P&gt;stack_size = &lt;BR /&gt;
* The stack size (in bytes) of the thread executing the search.&lt;BR /&gt;
* Defaults to 4194304  (4 MB)&lt;/P&gt;

&lt;P&gt;status_cache_size = &lt;BR /&gt;
 * The number of search job status data splunkd can cache in RAM. This cache&lt;BR /&gt;
  improves performance of the jobs endpoint&lt;BR /&gt;
 * Defaults to 10000"&lt;/P&gt;

&lt;P&gt;What is you usage per core ?&lt;/P&gt;

&lt;P&gt;perhaps did you already made empirical settings and compare the processing time obtained for the same search  ?&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 10:21:09 GMT</pubDate>
    <dc:creator>splunkLPN</dc:creator>
    <dc:date>2020-09-29T10:21:09Z</dc:date>
    <item>
      <title>How to configure limits.conf to make the most of our hardware and improve search performance?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-configure-limits-conf-to-make-the-most-of-our-hardware/m-p/265380#M79763</link>
      <description>&lt;P&gt;My company has two massive machines as search heads: 256GB RAM and 24 cores each.&lt;BR /&gt;
The indexers are equipped just fine as well.&lt;/P&gt;

&lt;P&gt;Then we have searches that query a lot of data.&lt;BR /&gt;
We notice:&lt;BR /&gt;
 - The RAM is never used, at most 50-70GB&lt;BR /&gt;
 - The search times grow exponentially. Timerange 1 hour -&amp;gt; fine. Timerange 8h -&amp;gt; 20x duration&lt;/P&gt;

&lt;P&gt;What could be the limiting factors that hinder performance?&lt;BR /&gt;
What values in limits.conf promise better performance by tweaking?&lt;/P&gt;

&lt;P&gt;The settings in limits.conf are described shortly in &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/Limitsconf" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Admin/Limitsconf&lt;/A&gt;&lt;BR /&gt;
but don't guide me to a better understanding.&lt;BR /&gt;
I.e what are good values for max_mem_usage_mb and maxresultrows?&lt;/P&gt;

&lt;P&gt;Any help and hints appreciated&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:46:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-configure-limits-conf-to-make-the-most-of-our-hardware/m-p/265380#M79763</guid>
      <dc:creator>dwh_splunk</dc:creator>
      <dc:date>2020-09-29T09:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure limits.conf to make the most of our hardware and improve search performance?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-configure-limits-conf-to-make-the-most-of-our-hardware/m-p/265381#M79764</link>
      <description>&lt;P&gt;The indexers do the majority of the work, and Splunk scales horizontally. What does your indexing infrastructure look like? Massive search heads give you massive concurrent search capability, but not faster search performance. For that, you need to add more/faster indexers.&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 16:46:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-configure-limits-conf-to-make-the-most-of-our-hardware/m-p/265381#M79764</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2016-05-20T16:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure limits.conf to make the most of our hardware and improve search performance?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-configure-limits-conf-to-make-the-most-of-our-hardware/m-p/265382#M79765</link>
      <description>&lt;P&gt;Just to know, did you modify one of this settings ?&lt;/P&gt;

&lt;P&gt;"search_process_memory_usage_threshold = &lt;BR /&gt;
* To be active, this setting requires setting: enable_memory_tracker = true&lt;BR /&gt;
* Signifies the maximum memory in MB the search process can consume in RAM.&lt;BR /&gt;
* Search processes violating the threshold will be terminated.&lt;BR /&gt;
* If the value is set to zero, then splunk search processes are allowed&lt;BR /&gt;
  to grow unbounded in terms of in memory usage.&lt;BR /&gt;&lt;BR /&gt;
* The default value is set to 4000MB or 4GB.&lt;/P&gt;

&lt;P&gt;stack_size = &lt;BR /&gt;
* The stack size (in bytes) of the thread executing the search.&lt;BR /&gt;
* Defaults to 4194304  (4 MB)&lt;/P&gt;

&lt;P&gt;status_cache_size = &lt;BR /&gt;
 * The number of search job status data splunkd can cache in RAM. This cache&lt;BR /&gt;
  improves performance of the jobs endpoint&lt;BR /&gt;
 * Defaults to 10000"&lt;/P&gt;

&lt;P&gt;What is you usage per core ?&lt;/P&gt;

&lt;P&gt;perhaps did you already made empirical settings and compare the processing time obtained for the same search  ?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:21:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-configure-limits-conf-to-make-the-most-of-our-hardware/m-p/265382#M79765</guid>
      <dc:creator>splunkLPN</dc:creator>
      <dc:date>2020-09-29T10:21:09Z</dc:date>
    </item>
  </channel>
</rss>

