Hi,
I am using an Hashtable in my application. Some 'n' modules are accessing that
HashTable.Each module is inserting some data and the same data is accessed by all modules at
different stages throughout the lifecycle of the application.
Now the problem is the usage of Heap memory by the HashTable. In the sense some data
in the Hashtable may not be accessed for a very long which will be unnecessarily occuping the Heap
memory. So in this case how to overcome the out of memory situation or clean up the memory
at regular intervals.
Kindly help me in resolving this issue.
Thanks & Regards,
Sakthi

Reply With Quote

