Loading...
Searching...
No Matches
matlab.gams.control.options.ShowOSMemory Class Reference

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

Public Attributes

string select
 Selection of enum options.
 
integer value
 Value of enum options.
 

Static Public Attributes

static final InternalAccounting = 0
 Show memory reported by internal accounting.
 
static final RSS = 1
 Show resident set size reported by operating system.
 
static final UndefinedShowOSMemory = 3
 Undefined option.
 
static final VSS = 2
 Show virtual set size reported by operating system.
 

Detailed Description

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

See also
Options