Ruby on Rails Wednesday, June 14, 2017

On 14 June 2017 at 19:28, tom <tomabroad@gmail.com> wrote:
> hi, when i look into my running processes, i can see multiple processes like
> this one
>
> Passenger RubyApp: /rorapps/fooo/production/foooo_com/current/public
> (product
>
>
> each with 400-500mb memory consumption
>
> is this normal?

That is not unusual, the size depends on what the app is doing, a
simple app may have processes of around 200MB. You can get further
information using
sudo passenger-memory-stats

Colin

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLvm%2B3kT6QCG50N3qkNcNCam3UBkQ6L%3DfwN%3DGO8iWRQUfg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment