Name: | MAX_SOLVER_MEMORY |
Type: | integer |
Default Value: | 0 (unlimited) |
Range: | [0−2,147,483,647] |
This option sets the memory limit allowed during the solving process in MB. If the memory used exceeds this limit the solving process is terminated.
Note that when running MPI this is the memory consumed by the main process. Before you ask, yes, we could make this include the workers too but (i) getting precise memory consumption for the OS is iffy at best, and (ii) these system calls are actually quite expensive.