From b4d202a6b050819a1b0e540c2bf0407674acd92d Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Wed, 7 Oct 2009 22:57:10 -0200 Subject: [PATCH] added note about memory usage extension not working on windows --- docs/topics/extensions.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/topics/extensions.rst b/docs/topics/extensions.rst index 806a5d63a..f18af83f2 100644 --- a/docs/topics/extensions.rst +++ b/docs/topics/extensions.rst @@ -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