Open
Description
For Rubies that free memory (JRuby, TruffleRuby) it makes more sense to use maxrss for memory usage, since the final mem may be lower than peak mem. This isn't an issue in CRuby.
This will probably mean calling C's getrusage via Fiddle.