Hi all,

I made an application when i started learning .NET. The application actually scans the Hard disk, store it's result in XML file. So that when u want some searching, it make it fast.

Now I want to enhance it. Now question is

When i start scanning, my memory usage reach to 80,000 K to 100,000 K.
Is there any way so that i can reduce it.

While scanning (Which is performed in Another Thread) i usually doing these task,
1. Checking the access right of file/folder
2. adding xml node
3. adding node with appropriate icon in treeview

Now is there any way to fasten dispose process for unused object so that memory become free early? Bec'z as per the mem usage i can only see these app suitable for P4.

Any suggestion are most welcome..