Project

General

Profile

Bug #11175 ยป fiber_memleak.rb

cvss (Kirill Vechera), 05/23/2015 09:27 PM

 
loop {
10000.times.map { Fiber.new { } }
GC.start # not necessary, just to be sure
puts File.open('/proc/self/status').grep(/VmRSS:/).first
}
    (1-1/1)