Hi, could somebody help me understanding the following fields
retrieved from GC.stat (present in Ruby 1.9.3)?:


{
  :count=>115,
  :heap_used=>703,
  :heap_length=>802,
  :heap_increment=>0,
  :heap_live_num=>125038,
  :heap_free_num=>158721,
  :heap_final_num=>0
}


Can I assume that the memory consumed by my Ruby application is
related to the :head_used value?

Thanks a lot.

-- 
IƱaki Baz Castillo
<ibc / aliax.net>