How to detect where a Memory Leak is?

后端 未结 12 1741
感动是毒
感动是毒 2020-12-13 11:00

I have a large website that seems to be sucking up all the memory that is being allocated. There is nothing else on the server beside this site. Within a week it eats away t

12条回答
  •  伪装坚强ぢ
    2020-12-13 11:53

    Look at this article on detecting .NET application memory leaks and related articles mentioned at the bottom of the page and hopefully you will find a solution or at least an idea to resolve it.

    Thanks

提交回复
热议问题