Originally posted by: SystemAdmin
[shadi said:]
hi
Objective: solve the problem "out of memory"
i want to limit the Memory requirements so i want to store on the disk when the size grows to
larger than the size specified by option workmem, i used the following code:
ipConfig.cplex.workmem=1800;
ipConfig.cplex.nodefileind=2;
ipConfig.cplex.workdir="ILOGTemp";
but it dosnt work and i get the error "out of memory" again....
Kshieboun Shadi
#DecisionOptimization#OPLusingCPLEXOptimizer