From: shyouhei@... Date: 2016-09-19T10:09:33+00:00 Subject: [ruby-core:77313] [Ruby trunk Bug#12771][Feedback] Allow setting max memory consumption Issue #12771 has been updated by Shyouhei Urabe. Status changed from Open to Feedback Do you mean `Process::setrlimit(Process::RLIMIT_AS, 100 * 1024 * 1024)` does not work for you? If that is the case please explain why? ---------------------------------------- Bug #12771: Allow setting max memory consumption https://bugs.ruby-lang.org/issues/12771#change-60553 * Author: Michael Grosser * Status: Feedback * Priority: Normal * Assignee: * ruby -v: * Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN ---------------------------------------- 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 :( -- https://bugs.ruby-lang.org/ Unsubscribe: