mirror of https://github.com/scrapy/scrapy.git
udpate memusage docs
This commit is contained in:
parent
c9f3decddd
commit
ff0c915fec
|
|
@ -203,7 +203,8 @@ Memory usage extension
|
|||
|
||||
.. class:: scrapy.extensions.memusage.MemoryUsage
|
||||
|
||||
.. note:: This extension does not work in Windows.
|
||||
.. note:: psutil_ package is highly recommended, but also required to use this
|
||||
extension in Windows.
|
||||
|
||||
Monitors the memory used by the Scrapy process that runs the spider and:
|
||||
|
||||
|
|
@ -223,6 +224,8 @@ can be configured with the following settings:
|
|||
* :setting:`MEMUSAGE_NOTIFY_MAIL`
|
||||
* :setting:`MEMUSAGE_REPORT`
|
||||
|
||||
.. _psutil: https://pypi.python.org/pypi/psutil
|
||||
|
||||
Memory debugger extension
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue