I have written an app that interacts with odbc and feeds messages into an GUI. For some reason as a campaign goes on javas memory usage grows to very large amounts over 1GB ram. The app is simple and should not be running up memory like that... I think that cuz the threads are so busy and not stifled in anyway java isnt getting the chance to release the memory it is allocating so it keeps getting bigger and bigger. What I would like to do is somewhere in the thread force java to release the memory. Can anyone tell me how to do this?
thanks..