thejeraldo
Well-known member
guys i need serious help/advice here.. im not yet done with my proj but i made a setup proj for it to test and see its memory consumption. for now it only has two forms that has an oledbconnection, uses datasets and dataadapters.. it consumes 44,000+K. when i switch to another form it adds up more than 10,000K. i use task manager to look at the memory usage. when i minimize it. it only consumes 1000K (which i think is natural to any program that it reduces mem consumption when minimized). when i maximize it again it consumes 20,000+K then if i switch from form to form it still increases a lot. it hasnt crashed but i think it will if i continue switching.
i even use dispose for my connection and closed it too but still the same.
please help...
i even use dispose for my connection and closed it too but still the same.
please help...