Content
Error with bundle install
Added by Luis Gdonis over 10 years ago
Hi community,
I try to install openproject in Ubuntu 12.10 (digital ocean vps),
and when run the bundle install return a error message
openproject@ldonis:~/openproject$ bundle install
Fetching source index from https://rubygems.org/
Fetching https://github.com/fnando/i18n-js.git
Retrying git clone ‘https://github.com/fnando/i18n-js.git’ “/home/openproject/.rvm/gems/ruby-2.1.0/cache/bundler/git/i18n-js-fae2df6fb9ac31cd7f015d53ec90f3c1044abda9” —bare —no-hardlinks —quiet due to error (2/3): Errno::ENOMEM Cannot allocate memory - git clone ‘https://github.com/fnando/i18n-js.git’ “/home/openproject/.rvm/gems/ruby-2.1.0/cache/bundler/git/i18n-js-fae2df6fb9ac31cd7f015d53ec90f3c1044abda9” —bare —no-hardlinks —quiet
Retrying git clone ‘https://github.com/fnando/i18n-js.git’ “/home/openproject/.rvm/gems/ruby-2.1.0/cache/bundler/git/i18n-js-fae2df6fb9ac31cd7f015d53ec90f3c1044abda9” —bare —no-hardlinks —quiet due to error (3/3): Errno::ENOMEM Cannot allocate memory - git clone ‘https://github.com/fnando/i18n-js.git’ “/home/openproject/.rvm/gems/ruby-2.1.0/cache/bundler/git/i18n-js-fae2df6fb9ac31cd7f015d53ec90f3c1044abda9” —bare —no-hardlinks —quiet
Unfortunately, a fatal error has occurred. Please see the Bundler
troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
What I can to do ?
Thanks!
Replies (1)
This looks like a system problem with your VM running out of memory. i had a similar problem when testing on Amazon Web Services smallest Ubuntu 4.04 server.
To fix it I stopped service I did not need at the time such as apache and postgres
e.g.
sudo service apache2 stop