jiangcuo / Proxmox-Arm64

Proxmox VE & PBS unofficial arm64 version
GNU Affero General Public License v3.0
387 stars 41 forks source link

No Memory and SWAP Limits for CT's #51

Closed Rappelkiste98 closed 1 year ago

Rappelkiste98 commented 1 year ago

I have multiple Debian Bookworm CT's running on a Raspberry PI 4B 8GB and they running fine, but Memory and SWAP Settings from Proxmox are not working and all CT's have 8GB in "top".

image image

Do you have a Fix or a Workaround for this Problem on Raspberry PI's?

TheBossME commented 1 year ago

please modify cmdline.txt like nano /boot/cmdline.txt

put the following parameters to the end of the line

cgroup_enable=cpuset cgroup_enable=memory cgroup_memory=1

this will fix it and show memory properly

Regards Bea

Rappelkiste98 commented 1 year ago

Thank you very much. The Problem is solved 👍