F.Townsend
Member
I have a simple application that loads files to a table using TOracleDirectPathLoader. The app will keep checking the directory (using timer component) and load the files if there are any to load. It only connects to DB if there are files to load - otherwise it disconnects and waits for files to arrive. The VM size of this application grows at an alarming rate!! There is nothing in my code that will cause this to happen. Why is this happening? Any ideas??????