Base solution for your next web application
Open Closed

Application not releasing memory #10760


User avatar
0
CDehon created
  • What is your product version? We are using ASPNetZero 10.2
  • What is your product type (Angular or MVC)? We are using Angular version
  • What is product framework type (.net framework or .net core)? We are using .net core.

We are seeing a large amount of memory being allocated to the application and not being released. The outcome is that the machine and application ultimately run out of memory. The memory consumption appears to be on the ASPNetZero service application. We enclose screenshots from dotmemory: Can someone please advise if this is a known issue or what can be done to investigate further.


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @CDehon

    Could you upgrade your solution to ABP 6.6.1 and see if it makes any difference ?

    Thanks,

  • User Avatar
    0
    CDehon created

    Thank you for the quick reply. We are currently on ASPNetZero 10.2.0 (which we understand is ABP 6.2.0). Is there a specific procedure/process we need to follow to move to ABP 6.6.1 ?

    • Update the .net framework to the latest version ?
    • Update the nuget packages which ones?
    • Update the database?
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    You can upgrade all Abp.* NuGet packages first. Then, add a migration to your project and update the database. You don't need to change the target Framework.