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

SystemLimitError caused by too many processes #224

Open
destag opened this issue Sep 1, 2023 · 0 comments
Open

SystemLimitError caused by too many processes #224

destag opened this issue Sep 1, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@destag
Copy link
Contributor

destag commented Sep 1, 2023

Today the application was unavailable for a while probably because BEAM was running too many processes.

As a temporary workaround, we can increase the process limit in BEAM: https://erlang.org/documentation/doc-5.8.4//erts-5.8.4/doc/html/erl.html#max_processes

But eventually we should find the module that creates too many processes and fix it (probably the cause is Stats which takes too long and starts new processes instead of waiting)

@destag destag added the bug Something isn't working label Sep 1, 2023
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

1 participant