Octeract Engine Options

⌘K
  1. Home
  2. Docs
  3. Octeract Engine Options
  4. Options reference
  5. MAX SOLVER MEMORY

MAX SOLVER MEMORY

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.

Tags ,