We observed a sudden spike (70% ~700MB) in memory usage while monitoring aspose-words onpremise pod right after serving the first request. After that even when there are no incoming request, memory usage is not coming down. We tried by increasing memory resource limits to 1.5GB, and observed similar memory usage behavior (70% after the first req). And the memory usage is gradually increasing and impacting the overall latency of our application.
Need some help in understanding how much memory resource is required to handle general aspose-word requests. And also how to debug the memory leak issue.
We are experiencing the same issue with Docker image 24.11. The application initially consumes approximately 180 MB of memory at startup, but within about an hour, memory usage increases to 1.5 GB, even without significant requests being sent to the app. Screenshot 2024-12-05 at 14.58.45.png (208,8 КБ)
Some documents may be a size like a couple of MB, but when loaded into memory, they can consume hundreds of MB, so please share the documents that cause such spikes and what API methods you invoke. We will try to replicate this issue on our side.