Hello,
We work on a server with 45 Go of free memory.
I'm using an iterate to use QVD files stored in a folder, and bulk insert their data in a database.
I don't know how much lines they load, but it's huge.
As I can see, an iterate can use a lot of memory.
But after one iterate, the memory is not released.
So it will use some Go for each iterate, and I got this error :
Is there any way to release the memory between each iterate action ?
One other thing, the memoy is not released after the failed execution.
Before the execution, the memory available was 45 Go.
There is the memory available after the error :
And here easy morph memory usage without anything running :
Do we need to reboot easymorph server ?
I think yes, but do you have any other solution ?
Thank you for your time