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
Hello, I try to retrieve a memory and CPU usage per process. I noticed, that I receive 4294967295 bytes tops, when the return value should allow 64-bit unsigned integers. I built SIGAR as 32-bit library. Is there a way to receive correct memory usage on 32-bit compiled library ?
The text was updated successfully, but these errors were encountered:
Hello, I try to retrieve a memory and CPU usage per process. I noticed, that I receive 4294967295 bytes tops, when the return value should allow 64-bit unsigned integers. I built SIGAR as 32-bit library. Is there a way to receive correct memory usage on 32-bit compiled library ?
The text was updated successfully, but these errors were encountered: