17 June, 2009

Memory issue - I

This is the most interesting and complicated issue we have with partcover. Cause it is being reported all the time.

The problem is that memory consumption grows while partcover is working with the target application. I've tried some ways to avoid this problem, and you'll be infromed about the results.

1 comment:

  1. This might sound trivial.. Not sure if the memory is due to xml processing or other big objects. In that case you might consider a manual GC call...
    Had the same issue, when unloading the 'worker' appdomain the memory was not getting collected very soon.

    ReplyDelete