Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sidekiq not checking swap usage #229

Open
dvalfre opened this issue Dec 15, 2023 · 1 comment
Open

Sidekiq not checking swap usage #229

dvalfre opened this issue Dec 15, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@dvalfre
Copy link
Contributor

dvalfre commented Dec 15, 2023

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.

@dvalfre dvalfre added the bug Something isn't working label Dec 15, 2023
@dvalfre
Copy link
Contributor Author

dvalfre commented Jan 3, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants