c# - My program Memory used 100% ! How can I know what uses so much memory? -


we have program written in c#, used server. it's windows service. program uses memory of machine, not know causes this. can do?

my program used official server already,and can not restart casual ,so can not use tools ,because tool need restart program , can not attach process. , not know potentially harmful code ,because program have many code.

there dfferent tools can investigate issues this.

the simple loging in start of potentially harmful code , in process of that.

if have no idea, code be, may on :

memoryprofiler jetbrains

or free 1 ms, :

ms profiler, it's not intuitive use.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -