Much memory use by .net 7 on windows server 2008

411 Views Asked by At

I have a problem with publishing an asp.net core MVC .net7 application on a web server with Windows server 2008 operating system. When I start the application it takes up 500 MB of RAM memory.
Thinking it was the fault of the code, I made several changes without improvements until I tried to publish an application made with the same characteristics but empty as visual studio creates it at the beginning.
Also in this case, when the application was started, 500MB of RAM memory was taken.
Has this happened to anyone? how can i solve? IIS is 7.5

0

There are 0 best solutions below