Re: Why Unicorn master process memory increasing

2018-05-05 Thread sumit nagariya
Hi Eric, Sorry for my late response, somehow missed your mail. Just to update I managed to fix the issue, it was related to GC. We were using unciron's oob_gc to control gc execution. Although we had correct configuration for oob_gc but somehow it was not allowing GC to run. I checked GC stat and

Re: Why Unicorn master process memory increasing

2018-04-18 Thread Eric Wong
Hleb: remember to reply-all, we will never require subscription to post to this list, so it's likely sumit never saw it. Hleb Valoshka <375...@gmail.com> wrote: > I believe it's hard to say something without your unicorn configuration file. sumit: what Hleb asked... I suspect "preload_app true"

Re: Why Unicorn master process memory increasing

2018-04-12 Thread Hleb Valoshka
Hi! On 4/11/18, sumit nagariya wrote: > Here is my server config: > Ruby: 2.1.2 > Unicorn: 4.6.3 > Unicorn worker count: 20 > OS: Debian GNU/Linux 8, Jessie > RAM: 24 GB I believe it's hard to say something without your unicorn configuration file.

Why Unicorn master process memory increasing

2018-04-11 Thread sumit nagariya
Hi, I have a ruby service running with unicorn which spawns 20 child worker. When I start my service, unicorn master starts with approx 520 MB of memory and then master spawn 20 child worker. My service runs perfectly for 7-8 day, but gradually unicorn master memory is kept increasing and goes up