# 5️⃣ Inside the container, verify the new size pct exec 103 -- df -h / | awk 'NR==2print $2,$4' # Expected: 40G 0 (or the amount already used)
Or, automate it with a attached to the HA resource:
# 4️⃣ Confirm the new cgroup value inside the container pct exec 101 -- cat /sys/fs/cgroup/cpu/cpu.shares # Expected output: 2048