Search code examples
ruby-on-railssidekiq

Why is there so many sidekiq process?


I ran htop in my production server to see what was eating my RAM. A lot of sidekiq process is running, is this normal? enter image description here


Solution

  • Press Shift-H. htop shows individual threads as processes by default. There is only one actual sidekiq process.