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