答案 0 :(得分:2)
答案 1 :(得分:1)
您似乎已将其配置为拥有25名员工。
By default, one sidekiq process creates 25 threads.
If that's crushing your machine with I/O, you can adjust it down:
sidekiq -c 10
https://github.com/mperham/sidekiq/wiki/Advanced-Options
如果你没有使用JRuby,那么很可能这些都是消耗内存的单独进程。