From: Yura Sokolov Date: 2012-02-14T17:43:10+09:00 Subject: [ruby-core:42604] [ruby-trunk - Bug #6006] Fix calculation of HEAP_OBJ_LIMIT and HEAP_BITMAP_LIMIT Issue #6006 has been updated by Yura Sokolov. I think it will fix https://github.com/funny-falcon/ruby/commit/5945932de2d682b4fe9b5de3d32b07c2d9b5179d (updated https://github.com/ruby/ruby/pull/92) It happens cause on 64-bit platform sometime there should be `objs-=2` instead of `objs--`. But it easier to compute `objs` exactly. ---------------------------------------- Bug #6006: Fix calculation of HEAP_OBJ_LIMIT and HEAP_BITMAP_LIMIT https://bugs.ruby-lang.org/issues/6006 Author: Yura Sokolov Status: Assigned Priority: Normal Assignee: Narihiro Nakamura Category: Target version: 2.0.0 ruby -v: ruby 2.0.0dev (2012-02-11 trunk 34555) [i686-linux] https://github.com/ruby/ruby/pull/92 -- http://bugs.ruby-lang.org/