
Issue #13388 has been updated by ko1 (Koichi Sasada). Status changed from Assigned to Rejected Try with `GC.config` ---------------------------------------- Feature #13388: gc.c: Add GC.get_parameters and .set_parameters https://bugs.ruby-lang.org/issues/13388#change-110845 * Author: makimoto (Shimpei Makimoto) * Status: Rejected * Assignee: ko1 (Koichi Sasada) ---------------------------------------- These methods are for inspecting and modifying MRI's GC parameters. It may be useful for realtime parameter tuning with GC.stat, user requests and so on. This work is done by Tomohiro Moro (@slightair) and me (@makimoto). GH issue: https://github.com/ruby/ruby/pull/1572 We're trying this patch with our environments and report here. -- https://bugs.ruby-lang.org/