Originally posted by: ChrisBr
Hello Marc,
There may be different reasons for your problem.
Which engine is used? CPO or CPLEX?
How many workers are used? By default, the engine uses all workers on your machine this could lead to saturate it.
This is stated in the documentation, at least for CPO:
Note that the memory required by CP Optimizer grows roughly linearly as the number of workers is increased. If you are solving a very large model on a multi-core processor and memory usage is an issue, it is advisable to specify a reduced number of workers, or even one worker, rather than use the default value.
In a first step, I suggest to try only one worker.
If things run better you can keep like that or try with 4 workers which is the highest value we usually recommend at least for CPO.
I hope this helps,
Chris.
#DecisionOptimization#OPLusingCPOptimizer