Skip to content
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

Fix vram size for hang starting virtualbox #49

Closed
wants to merge 1 commit into from

Conversation

zchee
Copy link
Contributor

@zchee zchee commented Nov 15, 2015

When OS X guest, Recommended vram size of Virtualbox is at 33MB or more.
In the case of 16MB, then hang immediately after starting Virtualbox.

> sw_vers
ProductName:    Mac OS X
ProductVersion: 10.11.1
BuildVersion:   15B42

> VBoxManage --version
5.0.10r104061

Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
@mattieb
Copy link
Contributor

mattieb commented Nov 15, 2015

That's odd. When building out an OS X box using the VirtualBox GUI, I got 16 MB VRAM, which has been working well for me.

Are you using HiDPI or video acceleration?

@zchee
Copy link
Contributor Author

zchee commented Nov 15, 2015

@Zigg
Not using HiDPI or video acceleration.
And that odd too!

Now, tested,

["modifyvm", "{{.Name}}", "--vram", "9"],

but works fine 😵
I don't know what's happened...

I retry vram 16, and I am looking for a reproducibility.

@zchee
Copy link
Contributor Author

zchee commented Nov 22, 2015

Hmm...
No longer be reproduced.

It seems my OS X was strange only at that time.
There was no need for PR.
Close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants