jamesstringerparsec / Easy-GPU-PV

A Project dedicated to making GPU Partitioning on Windows easier!
4.39k stars 440 forks source link

Maximum allocation percentage #109

Closed cristianrz closed 2 years ago

cristianrz commented 2 years ago

More of a question rather than an issue: what's the maximum GPU allocation? If I just want to use the host as a hypervisor and only log in and do stuff on the guest, can I give it a 90%/100%?

Kodikuu commented 2 years ago

You should be able to give 100% without issue. You're not actually passing that over to the VM, simply allowing the VM to access the resource. The host will always take what it needs with priority over the VM, so you'll never really manage to give the VM 100% in practice, but it won't cause issues.

cristianrz commented 2 years ago

tried to set 100% and it worked, yes, performance is about 95% of baremetal on some tests done :)