I have a web app that is running on Azure and my plan allows up to 1.5 GB for the memory for that app. Now when I go to my web app, under the metrics, and select the Memory Working Set for past 24 hours, I see the following graph:
That is mostly below 95 MB usage. Now when I run the app on local machine in Visual Studio, I see the memory usage is about 1.1 GB:
Now if someone can kindly answer my questions:
- Is Memory Working Set, the total memory used by my app (i.e out of that 1.5GB)?
- Why are the two so different?
- Should I worry about the memory consumption of my app on Azure (i.e. Prod)?