Not sure what I'm doing right, but mine seems to be running pretty slim?

#ps -auwwx
USER       PID %CPU %MEM   VSZ  RSS TTY      STAT START   TIME COMMAND
[...]
nobody     803  0.0  2.5 31064 26660 ?       S    Jan25   0:09 ruby /proj/path/blog/public/dispatch.fcgi
nobody     827  0.0  2.2 31064 23004 ?       S    Jan25   0:11 ruby /proj/path/blog/public/dispatch.fcgi



On 1/23/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Stephen Bannasch wrote:

> According to Julik (a textdrive sysadmin) his experience is that most
rails apps take between 20-70MB -- 50MB is right in the middle of this
range. Elsewhere in the posting linked below he talks about minimizing
the number of fcgi listeners.
>
> http://weblog.textdrive.com/article/175/rails-optimizing-resource-usage
>
> "A Rails application usually consumes anywhere from 20 to 50-70 Mb per
FastCGI dispatcher. If a Rails application is tuned properly this amount
should stabilize after about 20 requests and stay the same. "
>


Mine is around 45MB for each FCGI I have.  Site does not take a lot of
hits but has been up for a while now.

30807   www-data        45640 kB        ruby
/home/websites/theadmin/web/public/dispatch.fcgi

30808   www-data        45108 kB        ruby
/home/websites/theadmin/web/public/dispatch.fcgi

I have another that gets 0 hits and it is at about 36MB per FCGI.

(All of this is moot when I noticed mysqld is taking over 121MB and only
powers my Typo installs)

Eric Davis
_______________________________________________
Typo-list mailing list
Typo-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/typo-list

_______________________________________________
Typo-list mailing list
Typo-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/typo-list

Reply via email to