EnvironmentStatistics.MaximumAvailableMemoryBytes Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The maximum amount of memory available to the process.
[Orleans.Id(3)]
public readonly long MaximumAvailableMemoryBytes;
[<Orleans.Id(3)>]
val mutable MaximumAvailableMemoryBytes : int64
Public ReadOnly MaximumAvailableMemoryBytes As Long
Field Value
- Attributes
Remarks
This value is computed as the lower of two amounts:
- The amount of memory after which the garbage collector will begin aggressively collecting memory, defined by HighMemoryLoadThresholdBytes.
- The process' configured memory limit, defined by TotalAvailableMemoryBytes.