Originally posted by: SystemAdmin
I've got the concert: out of memory problem after solve() has been activated for sometimes. I tried to solve it with the node files according to the manual.
cplex.setParam(IloCplex::WorkMem, 10240); //10 GB out of 16GB RAM
cplex.setParam(IloCplex::NodeFileInd, 2);
cplex.setParam(IloCplex::WorkDir, "d:\\");
However, the problem is not yet solved. How can I check if cplex really writes the node files on the directory? I am implementing this on windows x64 with cplex 12.5 up to 8 threads.
Any help how to solve this problem would be quite appreciated.
#CPLEXOptimizers#DecisionOptimization