Skip to content
New issue

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

OSX: USS memory is too high #903

Closed
giampaolo opened this issue Oct 3, 2016 · 1 comment
Closed

OSX: USS memory is too high #903

giampaolo opened this issue Oct 3, 2016 · 1 comment

Comments

@giampaolo
Copy link
Owner

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
>>> 
@giampaolo
Copy link
Owner Author

It turns out this is fine on recent OSX versions so I assume it was 10.5.
Closing this out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant