I am using gorm as my database adapter and when running my application, gorm database calls increase linearly over time. If I restart the application it starts from the beginning. My application has no memory leak since the memory usage is stable. Also, it has nothing to do with gorm connections. Do you know where this problem has its root cause? In the graph below the rising of the calls are visualized. After restarting the application, it starts with very small access times.
PS: The underlying database that is used is PostgreSQL.
The document you expected this should be explained
Expected answer
I expect, that this is maybe a bug or a configuration issue.
Your Question
I am using gorm as my database adapter and when running my application, gorm database calls increase linearly over time. If I restart the application it starts from the beginning. My application has no memory leak since the memory usage is stable. Also, it has nothing to do with gorm connections. Do you know where this problem has its root cause? In the graph below the rising of the calls are visualized. After restarting the application, it starts with very small access times. PS: The underlying database that is used is PostgreSQL.
The document you expected this should be explained
Expected answer
I expect, that this is maybe a bug or a configuration issue.