Azure app service memory increasing over time while instance usage is flat

Graham 36 Reputation points
2022-08-22T16:47:12.497+00:00

I've been using Azure App Service on the P1v2 tier for over a year now and lately (in the past 3 weeks) have noticed the app service memory usage climbing from its typical baseline of around 60% all the way to 80%.

At first I thought I had a memory leak in one of my apps but the memory usage for each app has been relatively flat. I double checked this by restarting each app manually but this only reduced memory consumption on the plan by about 1-2%.

I found this post on r/azure that mentions the underlying VM needs to be restarted and the only way is to scale up the plan and then scale it down. Can anyone comment on this?

https://www.reddit.com/r/AZURE/comments/cl819w/app_service_plan_showing_a_lot_more_memory_used/

The load on the plan also hasn't increased at all and has been typical so I'm struggling to see what could be causing the increase in memory.

Thanks,

Graham

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,408 questions
0 comments No comments
{count} vote

Accepted answer
  1. brtrach-MSFT 15,866 Reputation points Microsoft Employee
    2022-08-29T18:44:14.887+00:00

    @Graham We apologize for the issue you are encountering with seeing growing memory usage within your App Service Plan.

    There are two items that you mentioned here. First one is determining why you are seeing an increasing amount of memory usage. The second item is total memory usage per App Service Plan (ASP).

    Regarding the first item, there are a lot of variables at play that could be impacting your usage. How many apps do you have on your ASP? How much usage are they using. What app(s) is the overall 20% usage coming from? Do you have any slots? If so, slots are technically their own app and need to be restarted as well to see if any changes are encountered. Lastly, each app has its own SCM site and resources that run with the App. If these supporting resources are not behaving as expected, then yes, something like scaling up/down might help to clear the overall issue. Once you provide an understanding of these issues, we can provide further steps. Note that performance troubleshooting is difficult over forums as we are unable to see your ASPs internal logs to truly understand what is going on.

    Secondly, as mentioned above, each App has its own supporting resources. If you have 5 Apps on an ASP, then you have 5 sets of supporting resources also running on the ASP. The more Apps that you have on an ASP, the more "unassociated" memory usage you'll see and not be able to directly link to an app. That is why many on the r/Azure thread were claiming to have discrepancies between their counted memory usage and the reported memory usage.

    We look forward to your reply.


0 additional answers

Sort by: Most helpful