Hi..............
I wrote a an application in vb.net that contains 30,000 Folders in Root Folder.
In each folder there 8 files of around 2MB of size.
When i run the application, memory used is increased arond upto 3GB.
I want to optimized that memory. I used GC & disposed method,but it's happan nothing.
Can any one have a solution....?
Thanks & Regards,
ROhit Kanugo.
Loading
Hirendra SisodiyaPosted Dec 7, 2010, 3:42 AM
you need to more understanding about memory optimization. i read this link and i think this may be helpful
http://msdn.microsoft.com/en-us/magazine/cc163856.aspx
thanks