mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
4b866a84da
GC.step_limit caps the per-step work in incremental GC, enabling more predictable pause times for real-time use. GC.malloc_threshold triggers GC based on allocation bytes, addressing memory pressure from large buffers. Both default to 0 (disabled), preserving existing behavior. Co-authored-by: Claude <noreply@anthropic.com>