You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.
At least when called from csgui.exe, Circuitscape continues to consume memory after calculations are complete. This is presumably because large arrays are not deleted once results are returned. This can be problematic when running on shared servers.
The text was updated successfully, but these errors were encountered:
The GUI does not seem to be holding on to any global reference to the circuitscape.Compute, there are also no large static references. Not sure about pyamg.
Calling gc in the GUI after displaying the result may probably help?
At least when called from csgui.exe, Circuitscape continues to consume memory after calculations are complete. This is presumably because large arrays are not deleted once results are returned. This can be problematic when running on shared servers.
The text was updated successfully, but these errors were encountered: