jamesstringerparsec / Easy-GPU-PV

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

How Do You Change the GPU Allocation of an Existing VM? #108

Closed SeriousTyro closed 2 years ago

SeriousTyro commented 2 years ago

I have allocated 15% of my GPU each for 6 VM instances, however I'd like to change it to 10% each. How can I do this?

Kodikuu commented 2 years ago

Take a look at the Assign-VMGPUPartitionAdapter function in CopyFilesToVM.ps1

LitBomb commented 2 years ago

kind of related. After you partitioned your GPU, if no longer want to share your GPU with a VM (e.g. don't need to run Parsec any more on the host), do you need to undo the partitioning or does the host computer continue to have 100% of the GPU? Thanks.

Kodikuu commented 2 years ago

The host always has 100%, the guest is just allowed to use the partitioned amount. Even if the VM is running and playing a game, it may not be using the full partitioned amount if the game doesn't need it all. It doesn't work like partitioning disk space, or assigning RAM