Last active
June 12, 2024 03:18
Revisions
-
pulsejet revised this gist
Jun 12, 2024 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,5 +9,6 @@ powercfg /powerthrottling disable /path "C:\Program Files\Oracle\VirtualBox\Virt powercfg /powerthrottling disable /path "C:\Program Files\Oracle\VirtualBox\VirtualBox.exe" powercfg /powerthrottling list # run vbox as admin # set cores of VM to number of logical processors (not physical cores) # restart vms -
pulsejet created this gist
Jun 12, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ # first set the My Dell app to use Ultra Performance mode # enable high performance power plan powercfg /s SCHEME_MIN # disable throttling for vbox powercfg /powerthrottling disable /path "C:\Program Files\Oracle\VirtualBox\VBoxHeadless.exe" powercfg /powerthrottling disable /path "C:\Program Files\Oracle\VirtualBox\VirtualBoxVM.exe" powercfg /powerthrottling disable /path "C:\Program Files\Oracle\VirtualBox\VirtualBox.exe" powercfg /powerthrottling list # set cores of VM to number of logical processors (not physical cores) # restart vms