On Thu, 25.04.13 23:11, Martin Koegler ([email protected]) wrote:

> Systemd includes for a long time a concurrent connection limit for
> its private dbus. If it is more than 52, it yields to a "Too many concurrent 
> connections" 
> error (src/core/dbus.c:748)
> 
> Each destroyed control group starts systemd-cgroups-agent, which in turn 
> connects to the
> private dbus.
> 
> It is possible to hit this limit (lots of cgroups are destroyed and there is 
> other system load, 
> so that the requests queue up) => other requests to systemd can fail.

I have now bumped this by one order of magnitude to 512. We could bump
it more if needed I guess, if people hit this limit in real-life.

Lennart

-- 
Lennart Poettering - Red Hat, Inc.
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to