gams.options.ShowOSMemory Class Reference
Show the memory usage reported by the Operating System instead of the internal counting. More...
Static Public Attributes | |
int | InternalAccounting = 0 |
Show memory reported by internal accounting. | |
int | RSS = 1 |
Show resident set size reported by operating system. | |
int | 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.