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

Detect OOM kills in standalone mode #112

Open
pbordron opened this issue Nov 22, 2023 · 0 comments
Open

Detect OOM kills in standalone mode #112

pbordron opened this issue Nov 22, 2023 · 0 comments
Labels
enhancement New feature or request low priority Long term evolution

Comments

@pbordron
Copy link
Member

pbordron commented Nov 22, 2023

Catch if possible the reason the align process was killed in standalone mode. #111
else probe the RAM consumption of align process & available RAM and write last probed values in logs in case of failure.

OOM Prevention

Put an alert message in web interface in standalone mode when data seems to be too huge for available memory

  • Detect available RAM in standalone mode -> psutil
  • Define a rule of thumb that estimate the RAM usage per tool -> to add in tools.yaml
  • Warning message next to submit button. Must be non blocking.
@pbordron pbordron added the low priority Long term evolution label Nov 22, 2023
@pbordron pbordron added the enhancement New feature or request label Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority Long term evolution
Projects
None yet
Development

No branches or pull requests

1 participant