Memory Optimization advise please

Hello,
A duplicated post of:

Memory Optimization advise - Free Support Forum - aspose.com

based on:

https://blog.aspose.com/imaging/controlled-memory-optimization-support-for-loading-images-in-aspose-imaging/

but for Aspose Words:

According to the above, setting

Words.Saving.BlahSaveOptions to True

is ONLY for scenarios when there’s lack of system RAM and files are larger than RAM size, and it will use disk to prevent OutOfMemoryException?

If so, when working with high end systems with large RAM amounts, it’s better to keep MemoryOptimization to False?
Thanks :slight_smile:

@australian.dev.nerds Yes, if you have unlimited memory resources it is better to keep the option in it’s default state, i.e. false. Setting SaveOptions.MemoryOptimization property to true can significantly decrease memory consumption while saving large documents, but at the cost of slower saving time.