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)
-
0
Can you reproduce this problem when debugging the application locally?
-
0
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.
-
0
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.
-
0
I cannot share with you source code only using team viewer.
-
0
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.
-
0
This issue is closed because it has not had recent activity for a long time.