We have noticed that quite often, after processing a document, Aspose libraries retain some static information about that document that can consume quite a lot of memory.
While we know that you don’t consider this as a memory leak, we would like a way to ask Aspose to free that memory after it finished processing a document. Currently the best way we have to free that memory is to kill the process. We are looking for better ways to free that memory (e.g. a static function we can invoke)
Looking at other threads, I saw that you are aware of this behavior by Aspose. Let me know if you would like an example nevertheless