Visualizing Your Ruby Heap

Objects are allocated in to a page. Each page is 2 ^ 14th bytes. In other words, Ruby objects aren’t allocated one at a time, but the GC allocates one page (also known as an “arena”), and when a new Ruby object is requested, it is placed inside that page.
Visualizing Your Ruby Heap #ruby #rubydeveloper #rubyonrails https://rubyonrails.ba/single/visualizing-your-ruby-heap

Nezir Zahirovic

Contractor Ruby On Rails (8+ years) / MCPD .Net / C# / Asp.Net / CSS / SQL / (11 years)

related articles