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
Create the poststart sidecar container, working in cmd loop with fs write operations or connect to task manually and create a file on /alloc mount point.
Expected Result
No memory consumption affected
Actual Result
Every file created increases RAM utilization by its size, real utilization is different.
The text was updated successfully, but these errors were encountered:
Nomad version
1.8.3
Operating system and Environment details
Ubuntu 22.04, kernel version
6.5.0-35-generic
Issue
Wrong memory utilization is displayed in UI and in Nomad metrics for the post-start sidecar tasks, which work with the filesystem.
Total job memory usage
Poststart sidecar task memory usage
Real memory usage
similar issue
Reproduction steps
Create the poststart sidecar container, working in cmd loop with fs write operations or connect to task manually and create a file on /alloc mount point.
Expected Result
No memory consumption affected
Actual Result
Every file created increases RAM utilization by its size, real utilization is different.
The text was updated successfully, but these errors were encountered: