Forum

What is the minimum ConnectionsTotal value??

Akash Talole
26 February 2016, 11:16
minimum and maximum limit of ConnectionsTotal ??
Hugo Leisink
26 February 2016, 17:05
Minimum is zero (but I don't advice to use that value of course ) and maximum is 2G - 1.
Akash Talole
26 February 2016, 17:15
When ConnectionsTotal = 1 and ThreadPoolSize = 25 then in system log "Task-runner pthread create error" error is found .
Hugo Leisink
27 February 2016, 21:31
What's the point in having 25 pre-spawn threads when you allow your webserver to only have 1 connection at any give time? If this is still what you want, try this setting to make it work:
SetResourceLimits = no
This topic has been closed.