As soon as we start application (IIS web server) .NET Core Host service use at least 500MB after few users start using application it easily goes over 1GB, after some time it realese it but it never go below 500-600 MB. I can send you memory dump file. Not sure what other info can be relevant. Do you have any expirence with these situations and is there any recommendation?
9 Answer(s)
-
0
If the memory is not growing all the time, I think it is ok.
-
0
The problem is because we have to run multiple instances of same solution on the server and each instance can't just reserve 600MB. Do you have some improvement suggestions to decrease the memory load, like disabling some features (like chat, etc). or using caching at some point? On this link you can download memory dump file (976 MB): https://drive.google.com/file/d/1PSeM7DEyG7jeUEVbafiy-VicXkvCl0nE/view?usp=sharing
-
0
Hi @digitalcontrol
Are there any cache usages added by you ?
-
0
Hi @ismcagdas<span class="colour" style="color: rgb(33, 37, 41);"> Nope, we did not add or did anything cache-related.</span>
-
0
Did you anlyze the dump file ? We will try to anlyze that as well.
-
0
@ismcagdas I did but did not find anything useful, maybe you will something.
-
0
Did you find anything useful?
-
0
Hi @digitalcontrol
Sorry but I couldn't find anything useful. Are you using latest version of ABP Framework ?
-
0
This issue is closed because it has not had recent activity for a long time.