Rails RVM 的 1.9.2-p318 没有 gcdata 补丁?

edokeh · April 19, 2012 · Last by ericguo replied at May 10, 2012 · 2585 hits

今天想试试 performance_testing,结果一直报错 仔细看了下 guides,发现要给 ruby 装上 gcdata 的补丁,文档里面说用 rvm 安装时加个参数即可,参见 http://guides.rubyonrails.org/performance_testing.html#installing-gc-patched-mri

结果发现最新的 1.9.2-p318 缺少 gcdata,去到 github 看了下,p180,p290 都是有的,唯独 p318 缺少 https://github.com/wayneeseguin/rvm/tree/master/patches/ruby/1.9.2

rvm install 1.9.2-p318 --patch railsexpress 貌似 railsexpress 上已经包括了,第一个补丁 01-railsbench-gc-patch 就是了吧?

You need to Sign in before reply, if you don't have an account, please Sign up first.