Hallo Kohly,
danke. Wir haben diesbezüglich schon eine Änderung im master.
[https://checkmk.de/check_mk-werks.php?werk_id=10070]
Diese wird in Kürze auch in die 1.6 gepusht.
Viele Grüße
Ronny
@zeha:
may you please verify a running 'system-check_mk.slice' and its memory limit/current?
Code:systemctl status system-check_mk.slice systemctl show system-check_mk.slice -p MemoryLimit systemctl show system-check_mk.slice -p MemoryCurrent
17:32 ch@vn01:~ % systemctl show system-check_mk.slice -p MemoryLimit
MemoryLimit=infinity
17:32 ch@vn01:~ % systemctl show system-check_mk.slice -p MemoryCurrent
MemoryCurrent=562638848
17:32 ch@vn03:~ % systemctl show system-check_mk.slice -p MemoryLimit
MemoryLimit=infinity
17:32 ch@vn03:~ % systemctl show system-check_mk.slice -p MemoryCurrent
MemoryCurrent=1619193856
I'll try Type=forking soon.
The issue seems to be between systemd (init-system on many linux distribution) and CheckMK (a.k.a cmk) - an independent monitoring system, which triggers the bug.
Default installations (without any additional software installed) of PVE 6.0 do not trigger this problem.
I hope this helps!