How to automatically close process that uses more that specified amount of memory on Windows? Is it possible to specify some amount of memory (for example 1MB) and to run some executable file with those parameters? If the process tries to allocate more than that amount of memory it should close and return some error value. Is there an easy way to do something like that on Windows? Excuse my English.
Asked
Active
Viewed 166 times
0
-
You might want to look at: http://stackoverflow.com/questions/192876/set-windows-process-or-user-memory-limit – Mark Peters Jun 08 '10 at 14:16