I am using MUCVC, OpenCV wrapper. I am disposing all the manufactured items but my app is still using even more memory (even in release configuration). I've debug my app. Using the NET Memory Profiler, and get the result:
The installation count is oscilating all the objects, but until the time my machine is unusable, the GChandle installation increases. Collector does not release memory (I think).
I am VS I am using the 2008 Professional, the 32-bit bits of both the dates, and the last stable version of the IMUCC.
I can post some app code, if it will help.
Thank you and sorry for my english. Martin
Take a look at the links below on how to do automated garbage collection.
I had a similar problem and I started improving my code using the various guidelines on the link given above.
Shivam
Comments
Post a Comment