Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • 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
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

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

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Performance

Performance

Added by Horst Mann over 11 years ago

Hi There!

I just managed to install openproject 2.4 on my cubietruck (Linxu, ARM Dual Core 1GHz with 2GB Ram) and it starts and I can access it via port 3000.

The problem is that it runs soooooo slow. I suppose openproject is not suited to run on such a small machine.

Can you tell me the hardware requirements for small installation?

Thanks!

HMann


Replies (1)

RE: Performance - Added by Christian Ratz over 11 years ago

Hi Horst,

the performance issue is related to rails enviroment your current installation of OpenProject runs in development mode you should try to start OpenProject in production mode and it should run faster on your cubietruck.

Try this steps to test the performance:

To run OpenProject in production mode you have to setup your production database in ‘config/database.yml’ and than start the server with:

RAILS_ENV=production bundle exec script/server

The above described steps are only for testing if you plan to run OpenProject in production we recommend to setup apache or nginx with phusion passenger.

Best
Christian

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