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
Hi, we are using sysinfo in https://github.com/getsentry/relay and we were wondering, the free_memory of CGroupLimits is it equivalent to Sys::new_all().free_memory()? If so, would there be a way to get available_memory?
This question arises from our need to understand how much memory is our cgroup using, excluding all the memory that can be reclaimed by the OS (Linux).
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi, we are using
sysinfo
in https://github.com/getsentry/relay and we were wondering, thefree_memory
ofCGroupLimits
is it equivalent toSys::new_all().free_memory()
? If so, would there be a way to getavailable_memory
?This question arises from our need to understand how much memory is our cgroup using, excluding all the memory that can be reclaimed by the OS (Linux).
Thanks in advance!
The text was updated successfully, but these errors were encountered: