Hi peoples,
I permit myself to reopen this case because the subject begin really to be more and more important in my eyes. In 2009, it was not so important for the evolution of VBox
Do you know how to ask to the VirtualBox coders to change the VRAMSize limit from 256 to 1024 or 2048 Mo please ?
sincerely, our videocard begin to grow up in memory and our machines are heavier and heavier.
Personnaly, I've got a 4K screen resolution and a 4 Go ram video card, and my Vbox guest need to employe a screen in 4K too now. But I bet that I'm not the one in this situation. My Linux guest is slowing down only because of this : when I reduce the size of the screen, it go faster and is more responsive ... when I take a screen size larger than 1280x1024 ... around FullHD 1920x1080, that's become terrible and I must forget to use the whole of the 3840x2160 screen resolution.
- Code: Select all Expand viewCollapse view
C:\Program Files\Oracle\VirtualBox>VBoxManage.exe modifyvm "admlho01" --vram 512
VBoxManage.exe: error: Invalid VRAM size: 512 MB (must be in range [0, 256] MB)
VBoxManage.exe: error: Details: code E_INVALIDARG (0x80070057), component SessionMachine, interface IMachine, callee IUnknown
VBoxManage.exe: error: Context: "COMSETTER(VRAMSize)(ValueUnion.u32)" at line 611 of file VBoxManageModifyVM.cpp
C:\Program Files\Oracle\VirtualBox>VBoxManage.exe modifyvm "mymachine" --vram 256
C:\Program Files\Oracle\VirtualBox>
Our machines have more and more memories (my laptop has actually 64 (6 4 ) Go RAM and 4 Go Videoram .... and it's just a laptop). VBox will gail a lot to manage better the big amount of capacities.
I bet (hope) it's (only) a fixed value in the code to change and someone can take this for a minor update, that will be a little copy/past for him but the cool guy who will do this will help a lot the whole humanity ...