-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
High Memory utilization in Asp.net core 2.2 #6831
Comments
This looks like an expected behavior if you have more than 256MB of memory and are running with one code. How much memory is available on the server?
Can you be more specific? |
Also please read this thread: #3409 |
we have 32 GB of memory with load balancer. |
Yes i have go though this article. Can i share anything which can help you to troubleshoot the issue. |
I don't think there is any issue with the behavior, what you are describing is by design. You can use the Workstation GC mode if you don't want the GC to be gready. |
Hi,
I have created just simple default application still i have't add any piece of code still it is utilizing 167 MB of memory.
Version : Asp.net Core 2.2
I am using Hosting Model : Default.
My blank application is also using 167 MB of memory .
As you can see in screen shot.
Please help my application is dying in production or i should move to .Net Framework
thanks in advance
The text was updated successfully, but these errors were encountered: