SystemResources.MaximumMemoryInBytes 属性

定义

获取容器的请求内存限制或为 VM 分配的最大值。

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

属性值

注解

此值对应于 Kubernetes 内存限制参数配置的最大内存数。

适用于