Redigera

Share via


SystemResources.MaximumMemoryInBytes Property

Definition

Gets the Container's Request Memory Limit or the Maximum allocated for the VM.

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