[typo] Memory usage
Robby Russell
robby at planetargon.com
Fri May 13 11:17:16 EDT 2005
On Thu, 2005-05-12 at 09:25 -0700, Jason Hoffman wrote:
> >> ah...
> >>
> >> # gem list|grep fcgi
> >> fcgi (0.8.5)
> >>
> >>
> >> I take it that fcgi 0.8.6 isn't in the main gem repository yet?
> >
> > Quick question. I just installed fcgi 0.8.6 from src (not from
> > RubyGems). Will Typo automatically use this rather than the one
> > found in
> > gems?
> >
> > -Robby
> >
>
> You have to uninstall the gem, then I do (put the correct paths in
> for your fcgi.h file)
>
> curl -O http://sugi.nemui.org/pub/ruby/fcgi/ruby-fcgi-0.8.6.tar.gz
> tar xvzf ruby-fcgi-0.8.6.tar.gz
> cd ruby-fcgi-0.8.6/
> ruby install.rb config -- --with-fcgi-include=/usr/local/include --
> with-fcgi-lib=/usr/local/lib
> ruby install.rb setup
> ruby install.rb install
> cd ../
> rm -rf ruby-fcgi-0.8.6
>
> - Jason
> _
Okay, did this... and am looking in top right now at my blogs fcgi
process:
4248 apache 16 0 108M 108M 2336 S 0.0 10.7 2:05 0
dispatch.fcgi
FCGI 0.8.5 was removed, 0.8.6 was installed and still seeing a high
usage of memory.
Has anyone else had issues like this?
-Robby
--
/******************************************************
* Robby Russell, Owner.Developer.Geek
* PLANET ARGON, Open Source Solutions & Web Hosting
* Portland, Oregon | p: 503.351.4730 | f: 815.642.4068
* www.planetargon.com | www.robbyonrails.com
*******************************************************/
More information about the Typo-list
mailing list