Node Js Backend, Database Queries Causing Memory Leak
I have a backend written in NodeJs. I am using a postgreSQL database. I am using docker to run containers. There is a problem I am encountering that the memory consumption of the backend container increases over time and I have narrowed down the cause to read/write operations to the database.