Issue275

Title Fix memory info on Mac OS X
Priority feature Status resolved
Superseder Nosy List malte, rpgoldman
Assigned To malte Keywords
Optional summary

Created on 2011-09-02.22:12:45 by rpgoldman, last changed by malte.

Files
File name Uploaded Type Edit Remove
utilities.cc rpgoldman, 2011-09-02.22:13:31 application/octet-stream
Messages
msg1754 (view) Author: malte Date: 2011-09-09.14:59:10
Merged, thanks! I don't have a Mac to test this, so let us know if it doesn't work.
msg1732 (view) Author: rpgoldman Date: 2011-09-02.22:12:44
I believe I have successfully cargo-culted my way (with help from the Internet) 
to providing the total virtual memory usage on Mac OS X.  Mac OS X does not have 
the /proc filesystem, so the code in FD that inspects that for memory usage does 
not work.

Attached is a patched copy of utilities.cc for your review and possible 
incorporation
History
Date User Action Args
2011-09-09 14:59:11maltesetstatus: unread -> resolved
messages: + msg1754
2011-09-03 14:39:20maltesetnosy: + malte
assignedto: malte
2011-09-02 22:13:31rpgoldmansetfiles: + utilities.cc
2011-09-02 22:12:45rpgoldmancreate