Frage

I have an optimization project coded in Java using CPLEX. When the size of the input data grows, I am getting out of memory errors etc. What can I do to make CPLEX use disk and reduce the memory usage of CPLEX?

War es hilfreich?

Lösung

Play with the WorkMem (CPX_PARAM_WORKMEM), NodeFileInd (CPX_PARAM_NODEFILEIND), TreLim (CPX_PARAM_TRELIM), and WorkDir (CPX_PARAM_WORKDIR) parameters.

These have a major impact on memory management.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top