How to automaticly close process that uses more that specified amount of memory on windows

Posted by SINTER on Stack Overflow See other posts from Stack Overflow or by SINTER
Published on 2010-06-08T14:14:41Z Indexed on 2010/06/08 14:22 UTC
Read the original article Hit count: 141

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 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.

© Stack Overflow or respective owner

Related posts about Windows

Related posts about process