Edit

Share via


EnvironmentStatistics.MaximumAvailableMemoryBytes Field

Definition

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:

Memory limits are common in containerized environments. For more information on configuring memory limits, see https://learn.microsoft.com/en-us/dotnet/core/runtime-config/garbage-collector#heap-limit

Applies to