RAM management by Aspose

hi there, i m using Aspose v20.1 in a Nuxeo plate form
would like to know if there s any configuration file to set the RAM allocated for Aspose ?

@Mike_Post

Could you please specify which Aspose product you are using and what specific RAM management configurations you are looking for?

Aspose.cells
in the Architecture Document, 2 Go are allocated for Aspose memory, and i m looking for the dedicated configuration file where i could change this RAM value

@Mike_Post,

It seems you are using Aspose.Cells for Java, is not it? Aspose.Cells doesn’t provide a specific configuration file for RAM allocation. Since Aspose.Cells for Java is a pure Java component so, its memory usage is controlled through the JVM’s memory settings, which might be configured in nuxeo.conf. You may adjust the heap size (with -Xmx), so you can allocate more RAM for Aspose.Cells to handle larger workloads (if appropriate).