python - How to limit the memory used by a process using psutil? -
i wondering how limit memory used process created using subprocess.popen
shell=true
, should detect if process uses more memory allotted.
preferably looking solution using psutil. using python 3.4 in windows 7.
Comments
Post a Comment