Re: [systemd-devel] Systemd connection limit

2013-05-03 Thread Lennart Poettering
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 gr

[systemd-devel] Systemd connection limit

2013-04-25 Thread Martin Koegler
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