Use RubyVM patched images
2 unresolved threads
2 unresolved threads
This switches GCK to use a patched Ruby version that is needed for: gitlab#296530 (closed).
Edited by Kamil Trzciński
Merge request reports
Activity
changed milestone to %13.9
added groupcloud connector label
mentioned in issue gitlab#296530 (closed)
@mkaeppler WDYT? More context in here: gitlab#296530 (closed).
Works!
[4] pry(main)> Thread.current.memory_allocations => nil [5] pry(main)> Thread.trace_memory_allocations = true => true [6] pry(main)> s = "x" * 100_000 ... [7] pry(main)> Thread.current.memory_allocations => {:total_allocated_objects=>3679, :total_malloc_bytes=>1035360, :total_mallocs=>1098} [8] pry(main)> Thread.trace_memory_allocations = false => false [9] pry(main)> Thread.current.memory_allocations => nil
@mkaeppler One info. The data are incremental, so you need to subtract before and after :)
assigned to @mkaeppler and unassigned @ayufan
@ayufan Thanks for this MR
Why did you commitcore
file?
added devopsdata stores label
Please register or sign in to reply