3 references to _memoryLimitInBytes
Microsoft.Extensions.Diagnostics.ResourceMonitoring (3)
Linux\LinuxUtilizationParserCgroupV2.cs (3)
269if (!_fileSystem.Exists(_memoryLimitInBytes)) 280_fileSystem.ReadAll(_memoryLimitInBytes, bufferWriter.Buffer); 293Throw.InvalidOperationException($"Could not parse '{_memoryLimitInBytes}' content. Expected to find available memory in bytes but got '{new string(memoryBuffer)}' instead.");