⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (138 Bytes)
Bug #11174
ยป thread_memleak4.rb
cvss (Kirill Vechera)
, 05/23/2015 09:14 PM
loop
{
10
.
times
{
1000
.
times
.
map
{
Thread
.
new
{
}
}.
each
(
&
:join
)
}
GC
.
start
puts
File
.
open
(
'/proc/self/status'
).
grep
(
/VmRSS:/
).
first
}
(1-1/1)
Loading...