andrewr

Results 3 comments of andrewr

Code was displaying resident_size Changing it to display phys_footprint seems like a closer match to the Memory column in Activity Monitor

The previous screenshot is showing individual process usage. You need to look at the process hierarchy, eg. lldb-rpc-server is a child process of XCode so the memory usage is added...

Also I changed a line in Modules/RAM/popup.swift to correct an existing issue with the way GB is displayed (changed GB RAM to use powers of 2 rather than decimal). The...