You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One kvm virtual machine (8 vcpus+8G memory) of Ubuntu 22.04 with cgroup2 system,
cat /sys/fs/cgroup/cgroup.subtree_control
hugetlb controller included;
But another kvm vm (4 vcpus+4G memory) of Ubuntu 22.04 with cgroup2 system,
cat /sys/fs/cgroup/cgroup.subtree_control
no hugetlb controller included.
You have to manually
echo +hugetlb > cgroup.subtree_control, which is not as expected.
In linux kernel source code / systemd source code, I did not find the relevant processing of automatically enabling hugetlb or automatically disabling hugetlb.
Would you be kind to tell me where the code to automatically enable hugetlb lies?
The text was updated successfully, but these errors were encountered:
chairwa
changed the title
[BUG] Write a suitable title
Where hugetlb controller is auto enabled?
Dec 13, 2023
One kvm virtual machine (8 vcpus+8G memory) of Ubuntu 22.04 with cgroup2 system,
cat /sys/fs/cgroup/cgroup.subtree_control
hugetlb controller included;
But another kvm vm (4 vcpus+4G memory) of Ubuntu 22.04 with cgroup2 system,
cat /sys/fs/cgroup/cgroup.subtree_control
no hugetlb controller included.
You have to manually
echo +hugetlb > cgroup.subtree_control, which is not as expected.
In linux kernel source code / systemd source code, I did not find the relevant processing of automatically enabling hugetlb or automatically disabling hugetlb.
Would you be kind to tell me where the code to automatically enable hugetlb lies?
The text was updated successfully, but these errors were encountered: