We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At least on 10.5 (iDeneb). Travis, which uses a more recent OSX version, does not produce any failure so perhaps this is 10.5 only.
>>> import psutil >>> psutil.Process().memory_full_info() pfullmem(rss=8822784L, vms=633200640L, pfaults=2940, pageins=0, uss=13835032800878338048L) >>> psutil.virtual_memory().total 4294967296L >>>
The text was updated successfully, but these errors were encountered:
It turns out this is fine on recent OSX versions so I assume it was 10.5. Closing this out.
Sorry, something went wrong.
No branches or pull requests
At least on 10.5 (iDeneb). Travis, which uses a more recent OSX version, does not produce any failure so perhaps this is 10.5 only.
The text was updated successfully, but these errors were encountered: