Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Limiting memory usage of a .net application

Tags:

.net

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

like image 650
Keith Nicholas Avatar asked May 10 '11 21:05

Keith Nicholas


1 Answers

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.

like image 82
Sebastian Avatar answered Nov 08 '22 01:11

Sebastian