Merge pull request #1150 from gevent/mem-monitor
Add monitoring for memory usage, emitting events as it moves around the threshold.
Showing
... | @@ -5,7 +5,7 @@ wheel | ... | @@ -5,7 +5,7 @@ wheel |
# 0.28 is faster, and (important!) lets us specify the target module | # 0.28 is faster, and (important!) lets us specify the target module | ||
# name to be created so that we can have both foo.py and _foo.so | # name to be created so that we can have both foo.py and _foo.so | ||
# at the same time. | # at the same time. | ||
Cython >= 0.28 | Cython >= 0.28.1 | ||
# Python 3.7b1 requires this. | # Python 3.7b1 requires this. | ||
greenlet>=0.4.13 ; platform_python_implementation == "CPython" | greenlet>=0.4.13 ; platform_python_implementation == "CPython" | ||
... | ... |
cython >= 0.28 | cython >= 0.28.1 | ||
repoze.sphinx.autointerface | repoze.sphinx.autointerface |
Please register or sign in to comment