@Tany wrote:
Hi,
My application uses several diagrams using the same diagram instance, namely when the user pushes a button, a diagram is loaded from DB into memory.
When the user pushes another button, the application clears the nodeDataArray and LinkDataArray and uses the same diagram variable to load a new diagram into memory.
The application DOES NOT create new diagram instance ((go.Diagram....)). We noticed that every time a new diagram is loaded into memory, the Chrome memory usage is increased. What can be done to avoid this memory increase ? if i run (go.Diagram…) every time i want to load a new diagram will it free memory ?
Posts: 5
Participants: 2