Skip to content

Export resident set size function

Latest
Compare
Choose a tag to compare
@2kai2kai2 2kai2kai2 released this 29 Aug 19:26

The memRSS function gets the resident or working set size of the process's memory. This will generally be a better count of the memory solely used by the process (particularly on MacOS which otherwise counts the entire addressable space even if not allocated), but will not include 'virtual' memory.

Full Changelog: v1.4.0...v1.4.1