Azure Memory Resource Exhausted

白昼怎懂夜的黑 提交于 2019-12-09 14:43:58

问题


I'm currently hosting several dozen websites in Azure and recently started seeing a "Memory Resource Exhausted" warning within the portal blade for each web app:

I'm hosting my sites across two S3 Standard (Large) app service plans, I'm getting the warning on all sites regardless of which app service plan they are on.

Interestingly enough when looking at memory usage for either app service plan I am always below 40%, memory usage is actually rather consistent. I never see spikes or anything remotely close to 85% memory usage I'm being warned about.

My question is, am I misinterpreting the warning message? Is there a different memory resource that I need to be monitoring?


回答1:


Check working set and private set memory from kudu. There could be a problem in the private set.



来源:https://stackoverflow.com/questions/35989437/azure-memory-resource-exhausted

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!