[MacRuby] #1027: Rubygems can be extremly slow (was: trying to install rails creates a recursive loop)

MacRuby ruby-noreply at macosforge.org
Mon Dec 6 23:07:28 PST 2010


#1027: Rubygems can be extremly slow
-------------------------------------+--------------------------------------
 Reporter:  mattaimonetti@…          |       Owner:  lsansonetti@…        
     Type:  defect                   |      Status:  new                  
 Priority:  blocker                  |   Milestone:  MacRuby 1.0          
Component:  MacRuby                  |    Keywords:                       
-------------------------------------+--------------------------------------
Description changed by mattaimonetti@…:

Old description:

> {{{
> $ sudo macgem install rails --debug --verbose
> Fetching http://rubygems.org/latest_specs.4.8.gz
> OK
> Fetching http://rubygems.org/specs.4.8.gz
> OK
> }}}
>
> My CPU goes through the roof and the memory keeps growing.

New description:

 {{{
 $ sudo macgem install rails --debug --verbose
 Fetching http://rubygems.org/latest_specs.4.8.gz
 OK
 Fetching http://rubygems.org/specs.4.8.gz
 OK
 }}}

 My CPU goes through the roof and the memory keeps growing.

 After some investigation and fixing a problem with RVM, I got the
 following details:

 {{{
 463.91 real       654.60 user        28.17 sys
 }}}

 The same thing with 1.9.2:

 {{{
 real    0m27.105s
 user    0m12.051s
 sys     0m1.276s
 }}}

--

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/1027#comment:3>
MacRuby <http://macruby.org/>



More information about the macruby-tickets mailing list