From: "Iñaki Baz Castillo" Date: 2011-12-02T04:48:59+09:00 Subject: Is it useful to run GC.start periodically? Hi, I've a server based on Ruby EventMachine. I'm wondering if it makes sense to periodically (i.e. each 2 minutes) run GC.start command. AFAIK Ruby does it by itself "sometimes", so probably running GC.start every 2 minutes is of little use. Thanks. -- Iñaki Baz Castillo