6

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

12
  • Please include why you wish to do this. Commented May 10, 2011 at 21:18
  • 1
    to stop runaway .NET applications hogging all a servers memory Commented May 10, 2011 at 21:19
  • It sounds like you're trying to limit the amount of physical RAM a .Net process can acquire correct? Commented May 10, 2011 at 21:25
  • 1
    Jared, yes, I want to make sure no .net app can runaway with a whole bunch of memory. Commented May 10, 2011 at 21:27
  • 1
    YAU, thats looking very promising, ie Job Objects... which theres a wrapper at jobobjectwrapper.codeplex.com Commented May 10, 2011 at 21:35

1 Answer 1

4

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.