Table of Contents

Enum HealthStatus

Namespace
Orleans.GpuBridge.Runtime
Assembly
Orleans.GpuBridge.Runtime.dll

Health status levels for memory pool monitoring.

public enum HealthStatus

Fields

Critical = 2

Memory pool is critically low on available capacity.

Healthy = 0

Memory pool is operating normally with adequate capacity.

Warning = 1

Memory pool usage is elevated and approaching limits.