Closed rambaut closed 4 months ago
This is the result of all parameters getting put into as static HashMap by Parameter.Abstract:
FULL_PARAMETER_SET.add(this);
Not sure this needs fixing as we should never create 1000's of treemodels. But the test needs fixing
Fixed the test by only creating the treemodel once
Repeated constructing DefaultTreeModel uses up all the heap:
Profiler (MB):
Not an issue in BEAST as we rarely make more than one. But an issue in the WideExchange test.