SystemResources.MaximumMemoryInBytes Property

Definition

Gets the maximum memory allocated to the system in bytes.

public:
 property System::UInt64 MaximumMemoryInBytes { System::UInt64 get(); };
public ulong MaximumMemoryInBytes { get; }
member this.MaximumMemoryInBytes : uint64
Public ReadOnly Property MaximumMemoryInBytes As ULong

Property Value

Remarks

This value corresponds to the number of the maximum memory as configured by a Kubernetes memory limit parameter.

Applies to