Bug#961511: [Pkg-xen-devel] Bug#961511: xen-utils-common: Protect xenstored/xenconsoled against OOM

2020-09-06 Thread Hans van Kranenburg
Hi, On 5/25/20 3:18 PM, Samuel Thibault wrote: > Samuel Thibault, le lun. 25 mai 2020 15:11:44 +0200, a ecrit: >> I'm currently using a hack such as >> >> for i in $(pgrep xenconsoled) ; do >> echo -1000 > /proc/$i/oom_score_adj >> done >> >> in /etc/init.d/xen, but

Bug#961511: xen-utils-common: Protect xenstored/xenconsoled against OOM

2020-05-25 Thread Samuel Thibault
Samuel Thibault, le lun. 25 mai 2020 15:11:44 +0200, a ecrit: > I'm currently using a hack such as > > for i in $(pgrep xenconsoled) ; do > echo -1000 > /proc/$i/oom_score_adj > done > > in /etc/init.d/xen, but there are cleaner ways to do this :) For instance, us

Bug#961511: xen-utils-common: Protect xenstored/xenconsoled against OOM

2020-05-25 Thread Samuel Thibault
Package: xen-utils-common Version: 4.11.3+24-g14b62ab3e5-1 Severity: important Hello, In case memory in dom0 gets tight, the OOM killer tends to try to kill xenstored and xenconsoled. From then on it's very difficult to control the VMs running on the system... It'd be good to protect them from th