Base solution for your next web application
Open Closed

Memory usage issue #2192


User avatar
0
asolovyov created

There are one application created from abp template. Web MVC application + WebAPI module. Template inludes zero module. I run it in visual studio and see to the diagnostic window. There are 800-900Mb of RAM used by application process when I run it on IIS (not IIS express).

How to profile memory usage by modules and does exists any way to reduce memory usage?


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Which version of ABP do you use ? You can use third party tools like this one <a class="postlink" href="http://www.red-gate.com/products/dotnet-development/ants-memory-profiler/">http://www.red-gate.com/products/dotnet ... -profiler/</a> and this one <a class="postlink" href="http://www.red-gate.com/products/dotnet-development/ants-memory-profiler/">http://www.red-gate.com/products/dotnet ... -profiler/</a>. There are definitely other tools for that, and I think they have trial versions you can use to detect your problem.

    And, do you resolve anyting from dependency injection manually ? That might cause memory leaks if you dont release them manually as well.