over provision cpu
-
bklyngaucho
- New here
- Posts: 3
- Joined: Sun Aug 27, 2023 11:37 pm
over provision cpu
I have a need to over provision vCPU on one VM. Is there some way to do this via CLI or editing the VM config?
- dolbyman
- Guru
- Posts: 37324
- Joined: Sat Feb 12, 2011 2:11 am
- Location: Vancouver BC , Canada
Re: over provision cpu
What do you mean "overprovision", assign more CPU cores than your (unknown) NAS has?
-
bklyngaucho
- New here
- Posts: 3
- Joined: Sun Aug 27, 2023 11:37 pm
Re: over provision cpu
Yes. My CPU has 4c/8t and I'd like to assign 9 or 10 vCPUs to a single VM.
- dolbyman
- Guru
- Posts: 37324
- Joined: Sat Feb 12, 2011 2:11 am
- Location: Vancouver BC , Canada
Re: over provision cpu
NAS model is still unknown
You can check the virsh tool via cli and edit the VM settings but any GUI changes would destroy these settings.
So unless you are emulating and older CPU, passthrough actual cores/threads CPU would be the fastest option (emulation would slow things down)
You can check the virsh tool via cli and edit the VM settings but any GUI changes would destroy these settings.
So unless you are emulating and older CPU, passthrough actual cores/threads CPU would be the fastest option (emulation would slow things down)
-
bklyngaucho
- New here
- Posts: 3
- Joined: Sun Aug 27, 2023 11:37 pm
Re: over provision cpu
TVS-882. Thank you for the tips, I'll look into those.