Loading...
Searching...
No Matches
gams::GAMSOptions::EProcTreeMemMonitor Struct Reference

Monitor the memory used by the GAMS process tree. More...

#include <gamsoptions.h>

Public Types

enum  EProcTreeMemMonitorEnum { Off = 0 , On = 1 }
 Monitor the memory used by the GAMS process tree. More...
 

Detailed Description

Monitor the memory used by the GAMS process tree.

Definition at line 490 of file gamsoptions.h.

Member Enumeration Documentation

◆ EProcTreeMemMonitorEnum

Monitor the memory used by the GAMS process tree.

Enumerator
Off 

Do not monitor memory usage for the GAMS process tree.

On 

Start a thread to monitor memory usage for the GAMS process tree.

Definition at line 493 of file gamsoptions.h.