6 ms·
Can you elaborate a bit on this? Did you simply patch the GC? I've seen Evan Weaver's post (http://blog.evanweaver.com/articles/2009/04/09/ruby-gc-tuning/ http:
by munctional 17y ago
Can you elaborate a bit on this? Did you simply patch the GC? I've seen Evan Weaver's post (http://blog.evanweaver.com/articles/2009/04/09/ruby-gc-tuning/ http://blog.evanweaver.com/articles/2009/04/09/ruby-gc-tunin...) on it, but that's it.
- tmm1 17y agoGC tuning is easy with REE, you can set environment variables to change the behavior of the mark and sweep collector. See slides 50-53 for more info.
- munctional 17y agoThanks for the info! I'll check out REE again.