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