Limiting memory usage of a .net application

后端 未结 1 804
粉色の甜心
粉色の甜心 2021-01-18 10:16

Is there someway to limit how much a .NET application will use in terms of memory?

相关标签:
1条回答
  • 2021-01-18 10:24

    Have a look at Process Governer: http://lowleveldesign.wordpress.com/2013/11/21/set-process-memory-limit-with-process-governor/. I wrote this tool to test memory leaks in my applications.

    0 讨论(0)
提交回复
热议问题