Measuring Ruby Garbage Collector
The Garbage Collector releases memory slots from unused objects. However, it interrupts the Ruby execution and might significantly increase requests’ response time. Would you like to know how the GC slows down your app? https://www.rorvswild.com/blog/2024/measuring-ruby-garbage-collector
Post a comment