You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.