- Ensure PID is an integer (zombocom#46)
- Minimum Ruby version is now Ruby 2.6
- Add
bigdecimal
as a dependency.
- Native (faster) support for returning memory from different PIDs on mac (zombocom#42)
- Support returning memory from different PIDs on mac (zombocom#41)
- Use new sys-proctable interface (zombocom#36)
- Use FFI to speed up memory lookup on Mac (darwin) by roughly 12x (#32)
- Silence BigDecimal deprecation warning under Ruby 2.5 (#26)
- Fix support for Ruby 2.4 (#23)
- ???
- Reverting back to RSS for linux until (#7) is resolved
- Bugfix: the
ps
style of memory reporting should always use RSS, and Linux should always use PSS
- Default to using PSS for linux (#2 & #3) @ksoderstrom
- Correct for bit shifting truncation (#4) @ksoderstrom
- Initial