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
Turns out that we configure the systemctl unit for Sidekiq to check MemoryMax. But processes got smarter and they use more swap, which systemctl is not monitoring.
To handle this, we want to expand the systemctl unit for Sidekiq to also set MemorySwapMax. Its value should be the same as that for MemoryMax.
The text was updated successfully, but these errors were encountered:
We also want to explore the usage of MemoryHigh which set a soft limit for memory management that takes into account the whole virtual size of the process tree being monitored.
Turns out that we configure the systemctl unit for Sidekiq to check
MemoryMax
. But processes got smarter and they use more swap, which systemctl is not monitoring.To handle this, we want to expand the systemctl unit for Sidekiq to also set
MemorySwapMax
. Its value should be the same as that forMemoryMax
.The text was updated successfully, but these errors were encountered: