Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Alan Dunn

Pages: [1]
1
That worked. I had read that file, but I guess I didn't understand what it said. Thanks!

2
Is there a particularly good way of tracking the memory usage of EA when using the automation interface Java API? Currently, the size of the associated EA image grows and grows during the course of my program's run until the computer grinds to a halt, but the program should not be retaining any data from the Sparx model directly (the program retrieves a number of values from a model, makes copies of those values into its own structure, and then the parts of the model referenced within the program should fall out of scope and be collected). The memory allocation does not seem to decrease significantly after the run of the Java garbage collector either (which I checked using the java -verbose:gc option and monitoring the output). Is there any way I can see what information EA is keeping around, and perhaps gain any information as to why it thinks that information should stay around?

Pages: [1]