mirror of https://github.com/scrapy/scrapy.git
added note about memory usage extension not working on windows
This commit is contained in:
parent
daf86144c8
commit
b4d202a6b0
|
|
@ -242,6 +242,8 @@ Memory usage extension
|
|||
|
||||
.. class:: scrapy.contrib.memusage.MemoryUsage
|
||||
|
||||
.. note:: This extension does not work in Windows.
|
||||
|
||||
Allows monitoring the memory used by a Scrapy process and:
|
||||
|
||||
1, send a notification email when it exceeds a certain value
|
||||
|
|
|
|||
Loading…
Reference in New Issue