-
Notifications
You must be signed in to change notification settings - Fork 248
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
packer hangs when I set the memory size to 8196 - for creating virtualbox-iso #39
Comments
I've heard reports from @chilcote before that he had a similar problem - at least, SSH not responsive - with VMware Fusion as well once he bumped the RAM size up to 4096. This all seems odd, given that I can make an OS X VM manually with plenty of RAM and it functions as expected. |
The vmware-vmx provider seems to work irt to ssh with >2048 set. |
This seems to be a VirtualBox problem. I can't create a straight OS X VM with 4 GB RAM either—it simply fails to boot. |
I fixed this by increasing vram to 128mb
|
I wonder if this is what was causing the problems referenced in PR #49.
|
This is a different problem than #49, but it is true that the box finishes booting if it has 4096 MB RAM and at least 128 MB VRAM. 64 MB VRAM didn't work. Build is still running; I'll see how that goes. |
The above-mentioned build went fine. It did not solve the ARD problem (I'm perpetually on the lookout for a fix for that… but I digress.) I would be okay with bumping up the VRAM to 128 MB (which is the maximum) by default, to make adjusting the RAM size less obtuse. |
Thanks all! |
I want to create a box by OSX Yosemite 10.10.4,
the default memory size is 2048 in template.json, when I changed the size to 8196 and use packer to build the vbox, then packer hangs and show
Waiting for SSH to become available...
The GUI is just black, and nothing happened.
The text was updated successfully, but these errors were encountered: