Actions
Bug #12771
closedAllow setting max memory consumption
Bug #12771:
Allow setting max memory consumption
Description
I want to limit a ruby process to 100mb ... if the limit is reached it should run GC
Already tried various RUBY_ settings but nothing seems to have that effect ... I don't want to sprinkle GC.start all over my codebase :(
Actions