I have setup my staging environment to have 10 unicorn instances. When I look at the memory utilization, I see 20 unicorn processes all consuming almost equal amount of memory

enter image description here

When I do

ps aux | grep unicorn

I only see 10 processes

Why do I see two processes for each instance of unicorn in the memory utilization?

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top