G
Guest
Hi all
according to the taskmanager my vb.net application grows continually in memory usage. Obviously the memory used by mdi children and SqlConnections and/or DataTables which are closed is not released. Even the close-event (Me.Close) of an mdi-child needs approx 500 kb (sometimes more sometimes less). dispose or the manual calling of the garbage collector has no effect
Are there any settings concerning the garbage collector or any other possibilities to release memory manulally
Thank you in advance
Thorsten
according to the taskmanager my vb.net application grows continually in memory usage. Obviously the memory used by mdi children and SqlConnections and/or DataTables which are closed is not released. Even the close-event (Me.Close) of an mdi-child needs approx 500 kb (sometimes more sometimes less). dispose or the manual calling of the garbage collector has no effect
Are there any settings concerning the garbage collector or any other possibilities to release memory manulally
Thank you in advance
Thorsten