Click here to Skip to main content
15,886,110 members
Articles / Programming Languages / C#

How to Set the Maximum Memory a Process can Use at the OS Level

Rate me:
Please Sign up or sign in to vote.
2.63/5 (9 votes)
1 Mar 2007CPOL2 min read 111.3K   18  
Describes how to use WIN32 methods, and the concepts of Jobs to set a hard limit on the amount of memory a process can use. Also, provides a C# wrapper around the PInvoke calls.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Italy Italy
http://www.codeplex.com/PublicDomain

Comments and Discussions