Share via


SystemResources.MaximumMemoryInBytes 属性

定义

获取分配给系统的最大内存(以字节为单位)。

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

属性值

注解

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

适用于