Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support
  • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Expand project menu
Support Installation & Updates
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. Support Installation & Updates
  5. Error with bundle install

Error with bundle install

Added by Luis Gdonis about 11 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)

RE: Error with bundle install - Added by Brendan Dunn about 11 years ago

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

  • (1 - 1/1)
Loading...