зеркало из https://github.com/github/ruby.git
5 строки
110 B
Ruby
5 строки
110 B
Ruby
|
old_object = Array.new(1_000_000){''}
|
||
|
30_000.times do
|
||
|
GC.start(full_mark: false, immediate_sweep: true)
|
||
|
end
|