You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description:"Total number of allocations made by the memory pool.");
38
+
description:"Total number of bytes allocated by the memory pool. Allocation occurs when a memory rental request exceeds the available pooled memory.");
39
39
40
40
_evictedMemoryCounter=_meter.CreateCounter<long>(
41
41
EvictedMemoryName,
42
42
unit:"By",
43
-
description:"Total number of bytes that have been evicted from the memory pool.");
43
+
description:"Total number of bytes evicted from the memory pool. Eviction occurs when idle pooled memory is reclaimed.");
0 commit comments