Originally posted by: C.Magno
Hi everyone,
In order to execute automatically some tests, I wrote an iteractive scritp to load different data files.
In runtime, new models are generated. But, trying save memory, I'm calling the method end() for every model and data objects, as well for the cplex object.
However, the consumption of memory during the tests is very large. The process of Java is consuming a lot of memory and eventually causes crash.
Is there some way to avoid this large consumption of memory, or a another way to automate the calling of a main script with parameters?
Regards.
#DecisionOptimization#OPLusingCPLEXOptimizer