pythonprofilers / memory_profiler

Monitor Memory usage of Python code
http://pypi.python.org/pypi/memory_profiler
Other
4.39k stars 380 forks source link

Can't stop a script after running it with -m memory_profiler #309

Open nikolaydyankov opened 3 years ago

nikolaydyankov commented 3 years ago

I have a script that runs pretty much forever. When I run it with -m memory_profiler and I press CTRL+C it doesn't stop and I have to close the terminal.