[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

'gem update --system' runnaways? requires more than 120mb memory?

Mark T

9/23/2007 4:03:00 AM

Is there a good/bad reason 'gem update --system' would gobble up all
available memory then halt with message 'killed' to the console?
(122072k free).

ATB,

MarkT

2 Answers

Eric Hodel

9/23/2007 10:25:00 AM

0

On Sep 22, 2007, at 21:03, Mark T wrote:
> Is there a good/bad reason 'gem update --system' would gobble up all
> available memory then halt with message 'killed' to the console?
> (122072k free).

Please file a bug with a console log.

--
Poor workers blame their tools. Good workers build better tools. The
best workers get their tools to do the work for them. -- Syndicate Wars



Ryan Davis

9/25/2007 12:06:00 AM

0


On Sep 22, 2007, at 21:03 , Mark T wrote:

> Is there a good/bad reason 'gem update --system' would gobble up all
> available memory then halt with message 'killed' to the console?
> (122072k free).

'killed' kinda sounds like OS process limits were tripped...

Poke at the results of `ulimit -a`.