3 references to _memoryUsageInBytes
Microsoft.Extensions.Diagnostics.ResourceMonitoring (3)
Linux\LinuxUtilizationParserCgroupV1.cs (3)
228
_fileSystem.ReadAll(
_memoryUsageInBytes
, bufferWriter.Buffer);
237
$"We tried to read '{
_memoryUsageInBytes
}', and we expected to get a positive number but instead it was: '{new string(containerMemoryUsageFile)}'.");
246
Throw.InvalidOperationException($"The total memory usage read from '{
_memoryUsageInBytes
}' is lesser than inactive memory usage read from '{_memoryStat}'.");