During the process of converting a 4 MB PDF containing 15 pages to TIFF format using my API, it appears that a significant amount of memory was consumed, with a total usage of 1.1 GB. Despite disposing of all resources, the container continued to utilize around 500MB in the background. Upon further investigation, it became clear that there was a memory leakage issue, which surfaced after repeated attempts to execute the same routine. Is there any solution to optimize memory usage?
This topic has been moved to the related forum: https://forum.aspose.com/t/issue-during-converting-pdf-to-tiff-in-linux-docker-container/261800