Pergunta

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?

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top