From: Roger Pack Date: 2009-03-02T22:25:40+09:00 Subject: Re: what Ruby version to use on Windows for a 1.2.x RoR app? neongrau __ wrote: > Roger Pack wrote: >> Mine finally finished building :) >> I went ahead and published a few working installer copies of mingw ruby >> 1.8.6 OCI at http://roger.doachristianturndaily.info/ruby/installs/ > > hey! > > "You don't have permission to access > /ruby/installs/ruby-186-p287-mbari.msi on this server." k fixed those and uploaded a copy that has the devkit with it :) Sorry. > the file permissions seem to be wrong. > but i've installed .NET3.5 now and was able to build the .msi > installer(s) myself. > > some quick testing showed the following behavior: > > - initial memory load seems to be much higher than mswin32 builds > "ruby script/console" uses around 70-75 MB while the mswin32 build > just grabbed 40-42 MB. > - installed gems don't seem to play nice with the mingw32 build. while i > was able to install a compatible mongrel build, the mongrel_service gem > seems not to be compatible at all. yeah mingw is cutting edge so not all gems are yet compatible with it. It would be interesting to look into it and try and see why. I'm not sure why it would start with higher memory use. Make sure you're not using p355 which has a memory leak :) Does yours use 100% cpu when you are in script/console? [or irb, for that matter]? Thanks! -=r -- Posted via http://www.ruby-forum.com/.