debug=true in web.config = BAD thing?

后端 未结 5 1561
感动是毒
感动是毒 2020-12-22 19:38

We\'re seeing lots of virtual memory fragmentation and out of memory errors and then it hits the 3GB limit.

The compilation debug is set to true in the web.config bu

5条回答
  •  误落风尘
    2020-12-22 19:42

    On production systems always set Debug=false. As the flag suggests it should only be set to true when debugging a development system.

    This flag has nothing to do with your memory fragmentation problem.

提交回复
热议问题