This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
Investigate apparent memory leak #452
Labels
performance
Related to improving or measuring performance
I've been closely monitoring memory usage over the past week or so and it seems like Mesh has a memory leak.
We can see by looking at the logs that the sharp drops in memory usage coincide with Mesh restarting. Most likely what is happening is that the OS is killing the Mesh process and then it automatically restarts due to
restart: always
in the docker-compose.yml file.The text was updated successfully, but these errors were encountered: