Edit

Share via


SiloRuntimeStatistics.TotalPhysicalMemory Property

Definition

Caution

The will be removed, use EnvironmentStatistics.MaximumAvailableMemoryBytes instead.

The total physical memory available [bytes].

public long TotalPhysicalMemory { get; }
public long? TotalPhysicalMemory { get; }
[Orleans.Id(5)]
public long? TotalPhysicalMemory { get; }
[Orleans.Id(5)]
[System.Obsolete("The will be removed, use EnvironmentStatistics.MaximumAvailableMemoryBytes instead.", false)]
public long? TotalPhysicalMemory { get; }
member this.TotalPhysicalMemory : int64
member this.TotalPhysicalMemory : Nullable<int64>
[<Orleans.Id(5)>]
member this.TotalPhysicalMemory : Nullable<int64>
[<Orleans.Id(5)>]
[<System.Obsolete("The will be removed, use EnvironmentStatistics.MaximumAvailableMemoryBytes instead.", false)>]
member this.TotalPhysicalMemory : Nullable<int64>
Public ReadOnly Property TotalPhysicalMemory As Long
Public ReadOnly Property TotalPhysicalMemory As Nullable(Of Long)

Property Value

Attributes

Applies to