Skip to content

Commit ff0c915

Browse files
committed
udpate memusage docs
1 parent c9f3dec commit ff0c915

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/topics/extensions.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ Memory usage extension
203203

204204
.. class:: scrapy.extensions.memusage.MemoryUsage
205205

206-
.. note:: This extension does not work in Windows.
206+
.. note:: psutil_ package is highly recommended, but also required to use this
207+
extension in Windows.
207208

208209
Monitors the memory used by the Scrapy process that runs the spider and:
209210

@@ -223,6 +224,8 @@ can be configured with the following settings:
223224
* :setting:`MEMUSAGE_NOTIFY_MAIL`
224225
* :setting:`MEMUSAGE_REPORT`
225226

227+
.. _psutil: https://pypi.python.org/pypi/psutil
228+
226229
Memory debugger extension
227230
~~~~~~~~~~~~~~~~~~~~~~~~~
228231

0 commit comments

Comments
 (0)