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

Show the memory usage reported by the Operating System instead of the internal counting. More...

#include <gamsoptions.h>

Public Types

enum  EShowOSMemoryEnum { InternalAccounting = 0 , RSS = 1 , VSS = 2 }
 Show the memory usage reported by the Operating System instead of the internal counting. More...
 

Detailed Description

Show the memory usage reported by the Operating System instead of the internal counting.

Definition at line 546 of file gamsoptions.h.

Member Enumeration Documentation

◆ EShowOSMemoryEnum

Show the memory usage reported by the Operating System instead of the internal counting.

Enumerator
InternalAccounting 

Show memory reported by internal accounting.

RSS 

Show resident set size reported by operating system.

VSS 

Show virtual set size reported by operating system.

Definition at line 549 of file gamsoptions.h.