I have installed Umbraco 7.7.2 on my servers. I have 2 servers with 3.5 GB of RAM for each, 1 for the back office and the other is open to public as the web server (on Azure app service). What is bothering me is that the memory usage is around 90% which is very strange.
Also I've got a notification from Azure that there might be a memory leak.
How can I understand how much of the memory has been taken by Umbraco core, and how much by my app?
Also, there is only a few users that has access to my backoffice server, so I was expecting it to work absolutely fine with 1.75 GB dedicated RAM. The memory was around 60% percent most of the times but sometimes it grow to 90% and Azure started giving me notifications that my memory is getting exhausted. That's why I'm also why I'm more curious to know how much is taken by core and how to react to this issue. :(
Memory consumption (leak?)
I have installed Umbraco 7.7.2 on my servers. I have 2 servers with 3.5 GB of RAM for each, 1 for the back office and the other is open to public as the web server (on Azure app service). What is bothering me is that the memory usage is around 90% which is very strange.
Also I've got a notification from Azure that there might be a memory leak. How can I understand how much of the memory has been taken by Umbraco core, and how much by my app?
Also, there is only a few users that has access to my backoffice server, so I was expecting it to work absolutely fine with 1.75 GB dedicated RAM. The memory was around 60% percent most of the times but sometimes it grow to 90% and Azure started giving me notifications that my memory is getting exhausted. That's why I'm also why I'm more curious to know how much is taken by core and how to react to this issue. :(
check this:
http://lukealderton.com/blog/posts/2015/july/reducing-umbraco-memory-usage-by-enabling-32-bit-applications/
https://docs.microsoft.com/en-us/azure/app-service/web-sites-configure
I discovered a slow memory leak in Umbraco's cache handler. This affects v7 and v8, with a fix due in the next release.
Original ticket: https://github.com/umbraco/Umbraco-CMS/issues/7773
Depending on your traffic, and frequency of recycles, memory will creep up until it causes problems purely from pages being viewed.
v7 fix due sometime soon in 7.15.5: https://github.com/umbraco/Umbraco-CMS/pull/7848
v8 fix due in 8.6.1: https://github.com/umbraco/Umbraco-CMS/pull/7847
Hope this helps anyone else looking at this issue.
is working on a reply...