Hi all,
I've been struggling to keep my memory Python usage from growing as I use OpenVSP to batch run analyzing multiple geometries.
I made a relatively simple test to demonstrate this, python code is attached.
The attached image shows a plot with the results I'm seeing.

As you can see, even though I'm running vsp.ClearVSPModel() and vsp.DeleteAllResults() at the top of the loop, the ram used continues to climb, even if all I do is ReadVSPFile.
Any suggestions on something I could do to prevent this memory growth, other than shutting down Python and restarting it fresh for each design point?
-AJ