Skip to content

Commit

Permalink
dom0-ztools: Fix the name of the EdgeView service.
Browse files Browse the repository at this point in the history
The EdgeView service is integrated into EVE OS with the name
"eve-edgeview". It is set to use the corresponding cgroup name. Hence
fix the cgroup path in the cgroup setting script.

Signed-off-by: Nikolay Martyanov <nikolay@zededa.com>
  • Loading branch information
OhmSpectator committed Aug 26, 2024
1 parent 8c5b27a commit 47f3eef
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 edgeview wwan wlan lisp guacd pillar vtpm watchdog xen-tools newlogd memlogd"
EVESERVICES="sshd eve-edgeview wwan wlan lisp guacd pillar vtpm watchdog xen-tools newlogd memlogd"

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

0 comments on commit 47f3eef

Please sign in to comment.