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
The ey-puma_legacy recipe configures monit for watching over its processes and workers.
But in doing so, it misses to calculate the memory usage of the whole process tree (main process + child workers). Due to Puma's own architecture, the child processes carry the brunt of the work, thus prone to use more memory, but still not checked by monit.
We want to extend the relevant check to use if total mem, so taking into account the resource usage of the entire process tree.
Alternatively, as an improvement, we would like the monit control file for ey-puma_legacy to be aligned with the best practices of the ey-unicornone
The text was updated successfully, but these errors were encountered:
The
ey-puma_legacy
recipe configures monit for watching over its processes and workers.But in doing so, it misses to calculate the memory usage of the whole process tree (main process + child workers). Due to Puma's own architecture, the child processes carry the brunt of the work, thus prone to use more memory, but still not checked by monit.
We want to extend the relevant check to use
if total mem
, so taking into account the resource usage of the entire process tree.Alternatively, as an improvement, we would like the monit control file for
ey-puma_legacy
to be aligned with the best practices of theey-unicorn
oneThe text was updated successfully, but these errors were encountered: