Feature Request: API call to flush out all memory used by a Graph
I am iterating over all the Graphs in a Package, calling compute() and then getting all the outputNodes and writing them to disk. This allocates about 3GB of memory for each Graph. There doesn't seem to be any way to tell Substance Designer that I no longer require this data to be cached in memory. So after iterating over 50 Graphs SD runs out of memory and closes.
It would be great an API call could be added to allow me to flush out all the memory used by a Graph.
