[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Why ruby GC takes only 8 meg of memory???

sayoyo Sayoyo

4/3/2006 2:56:00 PM

Hi,

As I understand, The GC of Ruby can take only 8 meg of memory, I wonder
if there is any reason behide this ???? ot only a simple hardcode
feature???? If I want increase the GC memory??? how should I do
this????

Thanks you very much!!!

Sayoyo

2 Answers

Tim Hunter

4/3/2006 3:09:00 PM

0

8 meg is the amount of memory that Ruby will allocate before running
GC. It's not the maximum amount that Ruby can use. Here's a good
description of Ruby's GC:
http://whytheluckystiff.net/articles/theFullyUpturn...

Ara.T.Howard

4/3/2006 3:18:00 PM

0