문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top