EnvironmentStatistics.MemoryUsageBytes Field

Definition

The amount of managed memory currently consumed by the process.

[Orleans.Id(1)]
public readonly long MemoryUsageBytes;
[<Orleans.Id(1)>]
val mutable MemoryUsageBytes : int64
Public ReadOnly MemoryUsageBytes As Long 

Field Value

Attributes

Remarks

Includes fragmented memory, which is the unused memory between objects on the managed heaps.

Applies to