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

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. Good start (in openproject) seems to bring the CPU to 100%

Good start (in openproject) seems to bring the CPU to 100%

Added by Martin Heitmann 6 months ago

Hi there,

I just installed OpenProject under Ubuntu 24.04 LTS. My problem is that after a restart my system slows down to the bottom, because both CPUs (or cores) are dealing with 100% ruby processes. This immeadiately stops when I stop openproject with
"sudo systemctl stop openproject". However, this does not solve the problem. As it seems every few seconds one of the ruby processes ends and another comes up with 100% CPU usage again. Then I searched for more information:

ps -fp 17138
UID PID PPID C STIME TTY TIME CMD
openpro+ 17138 17111 99 11:35 ? 00:00:03 /opt/openproject/vendor/bundle/ruby/3.3.0/bin/good_job start

So, it seems that it has something to do with good_job. But I don't know how to handle that. I'm not a ruby developer.
I already switched from the apt version of ruby (3.2) to the snap version (3.3), but this did not make any difference.

In earlier attempts I also rebooted the system, restarted apache2, and restartet postgresql. However, nothing worked and as far as this cannot be solved I cannot use openproject.

Best regards
MH


Update with a workaround:

In the meantime I could solve my problem, but rather by accident and I do not know how reliable it is. What I did:

  1. sudo apt-get remove --purge openproject

  2. sudo apt-get install openproject

  3. sudo openproject configure

And then I did not restart anything. I just had to wait a short moment and the ruby processes' CPU usage went down. But I have no clue why and how this solved the issue.


Loading...