Base solution for your next web application
Open Closed

Memory issue #7856


User avatar
0
nathaliewehbe created

Hi,

I am facing a memory issue when I publish the project on IIS. Why i am observing the memory growing exponentially with time, even when no activity is on the system. .Net Core host is growing exponentially reach 10gb from 16gb memory and still growing.

Can I know why? Aspnet zero: Asp.Net Core with angular version 6.9

Thank you.


6 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    Can you reproduce this problem when debugging the application locally?

  • User Avatar
    0
    nathaliewehbe created

    I try it locally for one user, the memory reach 2.8 gb. On the server where I published the project for 7 user, the memory reach 10gb and still increasing.

  • User Avatar
    0
    maliming created
    Support Team

    You can use multiple users to simulate production environments locally.If you confirm that the problem will occur in the local environment, you can find the reason for the memory growth locally, or share the project code with us, we can help you debug it.

  • User Avatar
    0
    nathaliewehbe created

    I cannot share with you source code only using team viewer.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @nathaliewehbe

    • Did you make any modifications to source code or is it the base template you downloaded from aspnetzero.com ?
    • If you have worked on the project, you can first try to use a memory profiler tool to diagnose the problem.
  • User Avatar
    0
    ismcagdas created
    Support Team

    This issue is closed because it has not had recent activity for a long time.