Changes between Initial Version and Version 1 of Ticket #325


Ignore:
Timestamp:
Apr 2, 2009, 10:59:47 AM (15 years ago)
Author:
rwilson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #325 – Description

    initial v1  
    11When a simulation run does not find data it can use in the cache it creates the cache data.  This process allocates and doesn't free memory, impacting other simulations on the same node.  We should investigate the fitting code and explicitly 'unreference' data structures that are maintained in the mesh structure.
     2
     3This could be done either in existing code that executes when we are finished the fitting, or we could add another method that explicitly frees structures no longer required.