SystemResources.GuaranteedMemoryInBytes 属性

定义

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

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

属性值

注解

此值对应于 Kubernetes 内存请求参数配置的保证内存数。

适用于