-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Method of quickly disabling GPU partitioning #398
Comments
also interested in this !! an easy way to: when shuting down the vm, being able to use 100% on the host. maybe a rollback script? |
I Frankenstein-ed this one together... Make sure you run as Administrator. |
how would you even be able to confirm that 100% of the GPU wasn't being utilized besides an FPS test? |
And how can i attach again? |
change the mode to |
So the $params.Mode is set to detach if the Mode = "Deattach" |
Yeah, I say to make it |
Sorry for the stupid question, but how do I confirm that it worked? And whether or not the virtual machine has a video card linked? |
If you try to remove the adapter twice, it should error. If it errors, you know that the specified card isn't linked. |
I finally got around to testing this and I don't really think this is a thing
Cheers for the effort and if it improves things for you, great! I'm just happy to be done with my fear that I've only been using 50% of my GPU for the past year lol |
You can make sure the VM is 100% not using any resources by fully shutting it down after use (Not just disconnecting). Open |
Thanks for making that. Is this the best way to change the GPU allocation too? I set mine originally to 20% to play it safe, but I'm thinking I want higher now. EDIT: Nevermind, found this: #280 (comment) |
Hello! I found that even when the VM is offline it'll still partition the GPU and end up losing performance when playing other games on the host. I was able to use Remove-VMGpuPartitionAdapter and removed the reserved GPU for the VM and noticed a drastic FPS increase, however I couldn't find a way to easily add the partionedGPU back to the VM. Any advice?
The text was updated successfully, but these errors were encountered: