Memory usage improvements?

Hi, we’re using Azure Functions with 6GB RAM. Each diagram generation uses 3GB of RAM. In a single invocation this is fine, but in a case there are a couple of invocations running in parallel that can cause an issue - are there any memory usage improvements that we could implement?

@Lukasz_Dobrzynski

Could you please share your Azure Function Definition with us along with some sample Diagram files that are taking long time in processing? We will log an investigation ticket and share the ticket ID with you.

Hi, I thought that time and RAM usage was accurate and was asking more about general hints on how this can be tweaked - do you think that this memory usage is too big?

@Lukasz_Dobrzynski

We need a little time to check and provide some confirmation against this case. Please give us some time. We will get back to you on it soon.

@Lukasz_Dobrzynski

Please try diagram.RemoveHiddenInformation to compress the diagram and see if it impacts the performance positively.