I have an application created in VB .net at start the application uses 15000k..And when i open several forms so the meory uses increases to over 55000k. and when i closes all my forms the memory usage does not return to the original value which 15000k.. IS there such a way that i could free up the memory usage back to the normal size? Thanks in advance!
YOu may have used resources that you forgot to release. An example could be a database connection.
.