How does azure memory usage work?
Posted
by
Jed Grant
on Server Fault
See other posts from Server Fault
or by Jed Grant
Published on 2014-08-13T19:02:19Z
Indexed on
2014/08/20
16:24 UTC
Read the original article
Hit count: 277
Azure
|asp.net-mvc
I have a windows azure website. In the dashboard it shows me that I have used 1.51 GB of the 2GB available per hour. I keep increasing the number of instances available in the shared node so the site doesn't shut down. After each hour finishes, the memory usage still shows 1.51 GB used. I assume this would start at ZERO and then be used as time goes on, but that doesn't appear to be the case.
How does server memory work? What are some reasons my application using this much memory? (I use no output caching and generally have just built off of the basic MVC templates provided in visual studio.) What other considerations should I be making to get the amount of memory needed to decrease?
© Server Fault or respective owner