You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guessing that since one field is missing, it's tripping up the number of lines check in memory.rs?
The text was updated successfully, but these errors were encountered:
ClementTsang
changed the title
heim fails to report total memory usage on Ubuntu 18.04 on WSL2
heim fails to report total memory usage on WSL1
Jan 10, 2021
I've been having issues with using the memory library within a WSL1 instance on Ubuntu 18.04.
I tried to run the "free" example on a WSL1 instance using Ubuntu 18.04, and it fails with this error:
It works fine on the WSL2, though.
Taking a look at the
/proc/meminfo
files of both of these, I think the issue is that the "MemAvailable" field doesn't exist on WSL1:On the WSL2, it looks like:
Guessing that since one field is missing, it's tripping up the number of lines check in
memory.rs
?The text was updated successfully, but these errors were encountered: