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
So i installed proxmox on a couple of Raspberry pi 5 with 8gb ram.
Running any ct with f.ex. 1cpu and 1024mb ram is displayed correctly on the proxmox summary but the ct dont honor it. running "stress-ng --cpu 2 --timeout 60" will use 199% of available cpu. same goes for memory. the system will see and be able to use 100% of the host resources.
fix this by adding cgroup_enable=cpuset cgroup_enable=memory cgroup_memory=1 cgroup_no_v1=all cgroup_cpuset=1 to /boot/firmware/cmdline.txt (it all needs to be in the one line after any existing text)
it did not seem to want to honor these settings by adding them to config.txt for some reason.
The text was updated successfully, but these errors were encountered:
Same issue led me here and the same fix worked for me. Thanks @kimasplund! Also as noted by @AnnoyingTechnology, I wasn't getting container level cpu/mem stats before the fix, but I do once these parameters are enabled. 🍻
So i installed proxmox on a couple of Raspberry pi 5 with 8gb ram.
Running any ct with f.ex. 1cpu and 1024mb ram is displayed correctly on the proxmox summary but the ct dont honor it. running "stress-ng --cpu 2 --timeout 60" will use 199% of available cpu. same goes for memory. the system will see and be able to use 100% of the host resources.
fix this by adding
cgroup_enable=cpuset cgroup_enable=memory cgroup_memory=1 cgroup_no_v1=all cgroup_cpuset=1
to /boot/firmware/cmdline.txt (it all needs to be in the one line after any existing text)it did not seem to want to honor these settings by adding them to config.txt for some reason.
The text was updated successfully, but these errors were encountered: