Azure AppService (Linux Container) memory limit
Ivan Navalotski
0
Reputation points
Hello.
I have:
- Azure App Service (Linux Container)
- Azure App Service Plan (Basic B2, 3.5GB memory)
When I try to get available memory:
[HttpGet]
public IActionResult Get()
{
var gcInfo = GC.GetGCMemoryInfo();
var response = new Dictionary
Sign in to answer