We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f3dec commit ff0c915Copy full SHA for ff0c915
docs/topics/extensions.rst
@@ -203,7 +203,8 @@ Memory usage extension
203
204
.. class:: scrapy.extensions.memusage.MemoryUsage
205
206
-.. note:: This extension does not work in Windows.
+.. note:: psutil_ package is highly recommended, but also required to use this
207
+ extension in Windows.
208
209
Monitors the memory used by the Scrapy process that runs the spider and:
210
@@ -223,6 +224,8 @@ can be configured with the following settings:
223
224
* :setting:`MEMUSAGE_NOTIFY_MAIL`
225
* :setting:`MEMUSAGE_REPORT`
226
227
+.. _psutil: https://pypi.python.org/pypi/psutil
228
+
229
Memory debugger extension
230
~~~~~~~~~~~~~~~~~~~~~~~~~
231
0 commit comments