Hi all. I am using Virtualbox with a 2019 MacBook Pro 16" with Windows 10 Pro. Sole purpose is to be able to play GTA V. I have not attempted to download the game yet as performance is quite poor. I have tried various system settings (memory and cpu) and tested with YouTube which is very laggy/unresponsive. I cannot upload the .log as it is too big (197kb).
EDIT 1: I have tried various resolution settings using EasyRes as well.
Macbook Specs:
2.6 GHz 6-Core Intel Core i7
16 GB 2667 MHz DDR4
AMD Radeon Pro 5300M 4 GB
Any help will be appreciated. Thank you!
Please Help - Poor Performance with 2019 16" MacBook Pro
-
- Volunteer
- Posts: 1258
- Joined: 14. Sep 2019, 16:51
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows, Linux, BSD
- Location: United Kingdom
Re: Please Help - Poor Performance with 2019 16" MacBook Pro
If you 'zip' the log it should be reduced to an acceptable file size.
Re: Please Help - Poor Performance with 2019 16" MacBook Pro
Thank you, multiOS!
I have now attached the log.
I have now attached the log.
- Attachments
-
- Windows 10-2021-01-09-15-06-48.log.zip
- (38.19 KiB) Downloaded 99 times
Re: Please Help - Poor Performance with 2019 16" MacBook Pro
Bump - Still looking for some help please.
-
- Site Moderator
- Posts: 20945
- Joined: 30. Dec 2009, 20:14
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows, Linux
Re: Please Help - Poor Performance with 2019 16" MacBook Pro
Drop VM processor count to 2. More cores make a VM run slower (though perhaps not as slow as you're seeing). Only increase if your added VM app is multi-threading and runs both cores 100% all the time.00:00:01.234649 NumCPUs <integer> = 0x0000000000000004 (4)
Also see 63BottlesOfBeer's speed solution here:
viewtopic.php?f=8&t=90446&start=75#p470879
The Virtualbox video cards may not handle 4K screen sizes. Also, games in a VM may not work well. Try a video benchmark before dropping money on a game.
Re: Please Help - Poor Performance with 2019 16" MacBook Pro
63BottlesOfBeer's solution (viewtopic.php?f=8&t=90446&start=75#p470879) no longer works in macOS Monterey. The "Open in Low Resolution" checkbox has been removed. Instead you need to edit the file
to
For example:
mod edit: this change and workaround has been added to the "63Bottles" solution.
/Applications/VirtualBox.app/Contents/Resources/VirtualBoxVM.app/Contents/Info.plistas admin user and change the line
Code: Select all
<key>NSHighResolutionCapable</key> <true/>
Code: Select all
<code>NSHighResolutionCapable</key> <false/>
Code: Select all
$ cd /Applications/VirtualBox.app/Contents/Resources/VirtualBoxVM.app/Contents
$ sudo vi Info.plist
Re: Please Help - Poor Performance with 2019 16" MacBook Pro
Under macOS 13 (Ventura) and VirtualBox 7.0.18, this change in Info.plist crashes the VM startup.
Code: Select all
<key>NSHighResolutionCapable</key> <false/>