Deployment Architecture

Cannot set maxThreads and maxSockets to -1 in server.conf despite what server.conf.spec says

tlow
Explorer

With version 6.0 these parameters, it restricted the amount of file open. when i changed server.conf to

[httpServer]
maxThreads = -1
maxSockets = -1

Splunk unable to parse the negative number, what is correct syntax to "no limit will be enforced"

maxThreads =
* Number of threads that can be used by active HTTP transactions.
This can be limited to constrain resource usage.
* If set to 0 (the default) a limit will be automatically picked
based on estimated server capacity.
* If set to a negative number, no limit will be enforced.

maxSockets =
* Number of simultaneous HTTP connections that we'll accept simultaneously.
This can be limited to constrain resource usage.
* If set to 0 (the default) a limit will be automatically picked
based on estimated server capacity.
* If set to a negative number, no limit will be enforced.

hexx
Splunk Employee
Splunk Employee

Clarified the stanza in the question.

0 Karma

jrodman
Splunk Employee
Splunk Employee

For clarity, dumbo me, what stanza are these in?

0 Karma

hexx
Splunk Employee
Splunk Employee

"-1" is the correct setting for an unbounded maxThreads or maxSockets, but it was broken for a bit due to bug SPL-82389.

This has been resolved in Splunk Enterprise 6.0.4, which was released today.

jgedeon120
Contributor

The known issues for 6.0.4 is still showing this issue, SPL-82389, as active and not fixed in 6.0.4.

0 Karma

jrodman
Splunk Employee
Splunk Employee

I question the use of unbounded values here, though.
If your system can't operate inside a thousand or so simultaneous sockets/requests then it's just going to run out of system memory, most likely, and fall over.

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Any reasonably large number such as 1000000 should work around this, effectively imposing no limit.

0 Karma
Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...