I have a rather simple simulation with 2 machines where i repeatedly start a Lingo optimization model via a dll command. The optimization decides the quantity of items which will be produced and where they are produced.
However- I'm facing the problem that everytime I call the dll it adds ~6MB to my RAM- till it is full.
So it's not possible to run replications for me.
I delete the pointers of course in the dll.
Any recommandations or advice?