I work on Elixir Phoenix app with Docker, and I have a lot of Out of Memory crashes.
I check the memory used by my containers and i discovered that my app used too much memory, as below :
Thank you !
I’ve already checked the OPEN_MAX env var and as the value was 1024, i thought it was ok, but it wasn’t.
I put the ERL_MAX_PORTS env var in my project and it’s ok !