-
Notifications
You must be signed in to change notification settings - Fork 844
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
Bundler install memory error #965
Comments
Could you type |
What is the size of your Windows pagefile? I had to increase mine to 2.5 GB to stop getting the "Cannot allocate memory" errors. |
I'm having the same issue. Here is the output of the
Setting my pagefile to 2.5 GB, as suggested by @JasonLinMS, worked. Changing this parameter is a pain. Here's how I found it: Control Panel > System and Security > System > Advanced System Settings > Advanced > Performance Settings ... > Advanced > Virtual Memory Change... Then uncheck automatic paging file box and enter a custom min and starting size of 2500. After rebooting my
|
I'm currently receiving this issue with 2999MB allocated as my swap. The
|
Awesome also put a fixed page file and it works fine now 👍 |
Marking this as a duplicate of #851 - see my comment about the incoming fix #851 (comment) |
Any way to fix this? |
Hi @aurimus -- @benhillis claims that this is fixed in a recent Insider build. |
Confirm, after windows update it worked! |
When i install gems via bundler i get an "Cannot allocate memory" error. Specific one this time is the following:
/home/bee/.rvm/gems/ruby-2.2.4@gemset/gems/bundler-1.12.3/lib/bundler/source/git/git_proxy.rb:149:in``': Cannot allocate memory - git (Errno::ENOMEM)
Expected result is obviously that the gems get installed.
My windows build number is 14393.51
To reproduce you need to install rvm following the guide from the website and then install bundler via gem install bundler. After that install some gems from gemfile via "bundle install"
I already see that there are some other issues with the "allocate memory" error but they dont work for me. Maybe somebody knows what to do
The text was updated successfully, but these errors were encountered: