RubyConf 2019 - Parallel Ruby: Managing the Memory Monster by Kevin Miller
Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=4_yxbh9Enoc
Parallel Ruby: Managing the Memory Monster by Kevin Miller
At Flexport, we process a lot of data. One sunny day, we decided to switch from a swarm of single-threaded Ruby processes to a wonderful new threadpool. Threads have way less overhead than processes, after all, so we could run far more. Fast forward a couple of hours and everything is on fire. Let’s talk about what went wrong, why it was the Ruby garbage collector's fault, and we did about it.
#confreaks #rubyconf2019
Other Videos By Confreaks
Tags:
Ruby
RubyConf
Programming