Skip to content

Commit

Permalink
dom0-ztools: add debug to EVESERVICES in cgroup initialization script.
Browse files Browse the repository at this point in the history
Added `debug` to the `EVESERVICES` list in the `010-eve-cgroup`
initialization script. This way the regular eve cgroup memory limit will
be applied to it.

Signed-off-by: Nikolay Martyanov <nikolay@zededa.com>
  • Loading branch information
OhmSpectator committed Aug 26, 2024
1 parent e1adc4f commit ba7fcc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dom0-ztools/rootfs/etc/init.d/010-eve-cgroup
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ hv=`cat /run/eve-hv-type`
default_cgroup_cpus_limit=1

default_cgroup_memory_limit=838860800 #800M
EVESERVICES="sshd eve-edgeview wwan wlan lisp guacd pillar vtpm watchdog xen-tools newlogd memlogd memory-monitor"
EVESERVICES="sshd eve-edgeview wwan wlan lisp guacd pillar vtpm watchdog xen-tools newlogd memlogd memory-monitor debug"

#Increase memory limits temporarily for kubevirt type only.
case $hv in
Expand Down

0 comments on commit ba7fcc2

Please sign in to comment.