-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
cannot allocate memory (runtime error) #11166
Comments
Hi there, Based on the debug information you have provided, your host system has run out of memory and cannot allocate required memory to perform an operation:
Freeing up some memory on the host system should resolve the issue. Cheers! |
Disagree. The host never got above 12GB out of 32 available. I'm not even at half my capacity. A new more recent run of vagrant up has crashed in a different place and left the VM in tact.
This isn't a host memory issue. |
@meyerdg - The fact that you can't run |
@briancain What's odd is I was able to do the same on the machine manually immediately after it failed and the typed command worked without issue. |
For me, Virtualbox parameters were the problem;
without them it works normally. Virtualbox 6.0.14 r133895 (Qt5.12.4) (similar version as original post, I wonder if it is the cause) |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Vagrant version
2.2.6
Host operating system
Windows 10 with October 2019 updates
Guest operating system
CentOS 7 (7.7)
Vagrantfile
Debug output
https://gist.github.com/meyerdg/6f4e4e387decb2905be5a03d1712fb2c
Expected behavior
VM provisioned and running normally. Available for login and continued development work.
Actual behavior
Crash on ssh key update and remove VM from Virtualbox.
Steps to reproduce
Host OS has 32GB ram. Guest OS uses 8GB. These were working correctly prior to Windows update.
VirtualBox 6.0.14
Packer 1.4.2
cygwin 3.0.7
Vagrant 2.2.6
CentOS 7.7
References
maybe issue 5600? It looks similar
The text was updated successfully, but these errors were encountered: