문제

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