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
/dev/shm usage is not accounted for in the resource usage. (We're only just increasing this space over the k8s default, so we didn't notice up until now).
Proposed Solution
Add psutil.virtual_memory().shared to the RSS metric (probably should a new rss_plus_shm metric and display that instead, to be accurate..)
If this idea LGTY I can send a PR.
The text was updated successfully, but these errors were encountered:
Problem
/dev/shm usage is not accounted for in the resource usage. (We're only just increasing this space over the k8s default, so we didn't notice up until now).
Proposed Solution
Add
psutil.virtual_memory().shared
to the RSS metric (probably should a new rss_plus_shm metric and display that instead, to be accurate..)If this idea LGTY I can send a PR.
The text was updated successfully, but these errors were encountered: