Unexplained memory leak when using GORM with PostgreSQL in Go 1.20
👀 Views: 2
💬 Answers: 1
📅 Created: 2025-06-02
go gorm postgresql memory-leak
I'm encountering a memory leak in my Go application that's using GORM to interact with a PostgreSQL database. Despite my efforts to optimize the code, I'm still...