Hi,
Could anyone tell me how i can completely 'reset' a database and release all variable memory back to windows and unload any modules that may still be loaded into memory, but without quiting and restarting it?
The problem i have is that i have a process that seems to be holding up memory, so if you run it a second time without restarting the application you get 'Out of memory' errors.
I have checked through all the related code to be sure that it is efficient as i can make it but it still crashes the second time round.
Any help would be greatly appreciated in this area.
Could anyone tell me how i can completely 'reset' a database and release all variable memory back to windows and unload any modules that may still be loaded into memory, but without quiting and restarting it?
The problem i have is that i have a process that seems to be holding up memory, so if you run it a second time without restarting the application you get 'Out of memory' errors.
I have checked through all the related code to be sure that it is efficient as i can make it but it still crashes the second time round.
Any help would be greatly appreciated in this area.