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