Memory usage increasing recently
Hi,
I am encountering an unanticipated issue with my application's memory usage and am trying to determine the root cause. My JVM application, which is running in a Docker container, has been experiencing a steady increase in memory usage since October 2nd. Prior to this date, the memory usage was stable around 370MB, however, recently, it's been escalating to nearly 700MB within a few hours post-deployment, even without any code alterations or deployments that would ostensibly explain this increase.
Has anyone else observed similar behavior or is there any known issue or update that might be contributing to this? Any insights or recommendations would be highly appreciated.
Thanks
4 Replies
Project ID:
e78418df-954e-44f6-be52-3fb39f1a06db
project id e78418df-954e-44f6-be52-3fb39f1a06db
Sounds like a memory leak to me
That’s not anything on Railway’s side. Likely a package in your project or your code itsself developed a memory leak
yeah, it may be, but the funny thing is that application has insignicant throughput, and the deploy that may have caused this memory leak was a new api that has been called 4 times since then. Thats why i suspected on something on the platform side
but thanks, I'll keep investigating