Base solution for your next web application
Open Closed

Memory usage #7968


User avatar
0
digitalcontrol created

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)
  • User Avatar
    0
    maliming created
    Support Team

    If the memory is not growing all the time, I think it is ok.

  • User Avatar
    0
    digitalcontrol created

    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

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @digitalcontrol

    Are there any cache usages added by you ?

  • User Avatar
    0
    digitalcontrol created

    Hi @ismcagdas<span class="colour" style="color: rgb(33, 37, 41);">  Nope, we did not add or did anything cache-related.</span>

  • User Avatar
    0
    ismcagdas created
    Support Team

    Did you anlyze the dump file ? We will try to anlyze that as well.

  • User Avatar
    0
    digitalcontrol created

    @ismcagdas I did but did not find anything useful, maybe you will something.

  • User Avatar
    0
    digitalcontrol created

    Did you find anything useful?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @digitalcontrol

    Sorry but I couldn't find anything useful. Are you using latest version of ABP Framework ?

  • User Avatar
    0
    ismcagdas created
    Support Team

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