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
I have a process that is misbehaving after long running test (all night) and I want to see it's memory usage but "cat /proc/25903/status" is returning all zero's for the Vm* stats.
This is on Windows build number 10.0.14393.0.
"ps aux" has the same problem, the size column is all zeros.
Can you fix this or provide another way I can track the memory usage of my app running in BashOnWindows ? Unfortunately valgrind fails with " Valgrind: FATAL: aspacem assertion failed".
The text was updated successfully, but these errors were encountered:
I have a process that is misbehaving after long running test (all night) and I want to see it's memory usage but "cat /proc/25903/status" is returning all zero's for the Vm* stats.
This is on Windows build number 10.0.14393.0.
"ps aux" has the same problem, the size column is all zeros.
Can you fix this or provide another way I can track the memory usage of my app running in BashOnWindows ? Unfortunately valgrind fails with " Valgrind: FATAL: aspacem assertion failed".
The text was updated successfully, but these errors were encountered: