Re: [pve-devel] [PATCH] systemd: disconnect signals

2025-03-07 Thread Maximiliano Sandoval
Wolfgang Bumiller writes: > On Mon, Mar 03, 2025 at 03:42:53PM +0100, Maximiliano Sandoval wrote: >> Dbus has a limit of 512 connections by default and signals should be >> disconnected as soon as they are not needed anymore. >> >> This should alleviate https://bugzilla.proxmox.com/show_bug.cgi

Re: [pve-devel] [PATCH] systemd: disconnect signals

2025-03-06 Thread Wolfgang Bumiller
On Mon, Mar 03, 2025 at 03:42:53PM +0100, Maximiliano Sandoval wrote: > Dbus has a limit of 512 connections by default and signals should be > disconnected as soon as they are not needed anymore. > > This should alleviate https://bugzilla.proxmox.com/show_bug.cgi?id=5876. > > Signed-off-by: Maxim

[pve-devel] [PATCH] systemd: disconnect signals

2025-03-03 Thread Maximiliano Sandoval
Dbus has a limit of 512 connections by default and signals should be disconnected as soon as they are not needed anymore. This should alleviate https://bugzilla.proxmox.com/show_bug.cgi?id=5876. Signed-off-by: Maximiliano Sandoval --- src/PVE/Systemd.pm | 34 --