We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb9223 commit fd955a4Copy full SHA for fd955a4
templates/default/server/limits.conf.erb
@@ -1,3 +1,9 @@
1
[search]
2
# the maximum number of concurrent searches per CPU
3
-max_searches_per_cpu = <%= node['splunk']['max_searches_per_cpu'] %>
+max_searches_per_cpu = <%= node['splunk']['max_searches_per_cpu'] %>
4
+
5
+<% if node['splunk']['metadata_maxcount'] != nil -%>
6
+[metadata]
7
+maxcount = <%= node['splunk']['metadata_maxcount']%>
8
+<% end -%>
9
0 commit comments