在 REE 和 MRI 1.9+ 中,可以调整 ruby 的垃圾收集器:
- http://www.rubyenterpriseedition.com/documentation.html#_garbage_collector_performance_tuning
- http://smartic.us/2010/10/27/tune-your-ruby-enterprise-edition-garbage-collection-settings-to-run-tests-faster/
- http://blog.evanweaver.com/articles/2009/04/09/ruby-gc-tuning/
但是这些文章都没有说明在哪里放置这个配置。我想如果它在环境中,红宝石会在它启动时捡起它——但是,据我所知,没有办法检查它。这些设置没有显示在我能找到的任何运行时常量中。
那么,我应该把这个配置放在哪里,我怎样才能仔细检查它是否正在被使用呢?