MemoryUsage extension works incorrectly on OS X #529
Closed
Labels
Milestone
Comments
Found this thread from 2009: http://lists.apple.com/archives/darwin-kernel/2009/Mar/msg00005.html - it seems it is bytes for earlier OS X versions as well. |
Nice fix!. That's why we need good developers using a Mac :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem is that it uses
ru_maxrss
which is non-standard. It is in KB on Linux, but on OS X 10.9.1 it is in bytes:I don't know if it is in bytes or in kilobytes in earlier OS X versions. It'll be great if somebody who have not updated to Mavericks check that. Anyone here? If not supporting OS X versions earlier than Maverick is fine, we could add a
sys.platform
check.The text was updated successfully, but these errors were encountered: