Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
It turns out systemd has a (stupid) limit of 4915 threads per process
This means that max_connection in server has this upper limit no matter what we set it to.
We need to distribute our systemd unit with unlimited tasks, so big shops which need to bump max connections will be able to do it.