G
Guest
I've made a testing program to test the memory usage of some Data Forms.
I create a MDI parent form with one single MDI child form, which is a Data
Form generated by .NET Data Form Wizard.
To test the stuff, I keep to open that child data form for about 10 times.
the memory usage shown in GC and task manager both increase.
Then I close all those forms. and perform GC collect. The memory usage shown
in GC falls, however, the memory usage shown in task manager keeps unchanged.
May I know if there's any method I could really release the memory used?
what exactly cache or unreleased in the memory? DataSet?
Need help. Thanks!
I create a MDI parent form with one single MDI child form, which is a Data
Form generated by .NET Data Form Wizard.
To test the stuff, I keep to open that child data form for about 10 times.
the memory usage shown in GC and task manager both increase.
Then I close all those forms. and perform GC collect. The memory usage shown
in GC falls, however, the memory usage shown in task manager keeps unchanged.
May I know if there's any method I could really release the memory used?
what exactly cache or unreleased in the memory? DataSet?
Need help. Thanks!