Vanilla 1.1.8 is a product of Lussumo. More Information: Documentation, Community Support.
I have a feeling it has something to do with this
Interesting, I’ve been running 1.1.1 since it first came out and I’ve yet to have a problem on my 256mb slice. Everything finishes in a matter of seconds. Although I’ve been running gem update daily via a cronjob so that I avoid having a build up of metadata that has to be updated so maybe that’s why I’ve avoided it.
http://rubyforge.org/frs/?group_id=126
There you can get any release you want. 1.1.1 is driving me mad.
Requiring more than 256mb of ram just for a package manager is ridiculous.
Posted By: DruInteresting, I’ve been running 1.1.1 since it first came out and I’ve yet to have a problem on my 256mb slice. Everything finishes in a matter of seconds.
First of all, at the time of writing RubyGems is at version 1.1.1. If you have this version there is a known bug which causes RubyGems to get confused when bulk updating; meaning high load usage, high memory usage, high swap usage. Downgrade to version 1.1.0 and these problems appear to disappear.
I personally downgraded by manually downloading the RubyGems v1.1.0 zip file from here: http://rubyforge.org/frs/?group_id=126 . I then FTP’d this file to my server that ran the following:
unzip rubygems-1.1.0.zip
cd rubygems-1.1.0/
sudo ruby ./setup.rb (you have to provide your root password for the sudo command)
This gives a warning but you can ignore it because gem is symlinked to 1.1.0 instead of 1.1.1 now. You can test this by:
gem -v
1.1.0
Now to upgrade to Rails 2.1.0 which is what I set out to do before getting embroiled in this situation, I ran the following commands:
sudo gem update --no-update-sources activeresource
sudo gem update --no-update-sources activerecord
sudo gem update --no-update-sources actionpack
sudo gem update --no-update-sources actionmailer
sudo gem update --no-update-sources rails
Hope this works for you all.
Give this a try:
1. gem install rubygems-update 2. update_rubygems(ref. http://sumanthtechsavvy.blogspot.com/2008/12/tweak-updating-ruby-gems.html)
Has gotten me out of a bind from 1.2 up to 1.3.x on two slices…
1 to 12 of 12