-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
virtual_memory on FreeBSD #997
Comments
In [7]: platform.version()
Out[7]: 'FreeBSD 12.0-CURRENT #4 r309367: Mon Dec 12 11:10:09 CST 2016 root@abeing:/usr/obj/usr/src/sys/GENERIC' |
Please try the followings in your shell:
I expect one of these to fail. |
only
|
OK I should have fixed it. Could you give it a try by using latest GIT version? |
I found this commit remove it: https://svnweb.freebsd.org/base?view=revision&revision=309017 |
Nice find. It looks like they removed it 'cause the value was always set to 0 since god knows when. It probably makes sense to remove it from psutil as well. I don't think it's gonna be a big deal in terms of backward compatibility. |
@giampaolo The patch works fine! |
Actually, since |
👌 |
I got this
The text was updated successfully, but these errors were encountered: