On Wed, May 15, 2013 at 6:22 PM, Andrew Stewart <[email protected]> wrote: > I wonder whether New Relic could be doing this. I don't really know how > New Relic works but the language in its configuration file suggests it > polls each app process in the background. > > It would be interesting to hear what other New Relic users observe > happening to their master process's memory footprint.
We're running on Heroku and also using NewRelic. According to my observation, the master process is quite stable, staying roughly the same memory footprint within 24 hours. (Heroku auto-restarts each process each day, so I don't know what would happen after 24 hours) We're using preload_app=true as well. As far as I know, NewRelic's agent is running in each worker processes, but does nothing in master process. (only a wild guess, I didn't read the code there) _______________________________________________ Unicorn mailing list - [email protected] http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying
