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