Aspose word Performance issue

Hi
I want to know how much memory Aspose word is utilizing when a word template of some big image size is loading to memory. is there a memory issue in that? Just want to know if i load template of some big images whether I have to give more memory to my web server(Tomcat).

Please help me regarding this.

Hello
Thanks for your request. There is no limit of document size. But you should note, when you open document using Aspose.Words, Document Object Model is built in the memory. DOM always takes few times more memory that the original document size. In addition, resource usage (CPU and RAM) depends from operations you perform with the document.
Best regards,