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
As the (documentation)[https://proxmox.bastincloud.local:8006/pve-docs/chapter-pct.html#pct_cpu] states, cpulimit can be a floating number:
cpulimit: You can use this option to further limit assigned CPU time. Please note that this is a floating point number, so it is perfectly valid to assign two cores to a container, but restrict overall CPU consumption to half a core.
Currently a rework of LXC is ongoing #336, If this is an issue you need fixed please create a pull request, as my efforts are needing for the rewrite (this rewrite will take a long time).
As the (documentation)[https://proxmox.bastincloud.local:8006/pve-docs/chapter-pct.html#pct_cpu] states,
cpulimit
can be a floating number:Because the field
CPULimit
here:proxmox-api-go/proxmox/config_lxc.go
Line 21 in 0d787af
The text was updated successfully, but these errors were encountered: