4 references to _memoryUsageInBytes
Microsoft.Extensions.Diagnostics.ResourceMonitoring (4)
Linux\LinuxUtilizationParserCgroupV2.cs (4)
378if (!_fileSystem.Exists(_memoryUsageInBytes)) 391Throw.InvalidOperationException($"The total memory usage read from '{_memoryUsageInBytes}' is lesser than inactive memory read from '{_memoryStat}'."); 710_fileSystem.ReadAll(_memoryUsageInBytes, bufferWriter.Buffer); 719$"We tried to read '{_memoryUsageInBytes}', and we expected to get a positive number but instead it was: '{memoryUsageFile}'.");