diff --git a/docs/topics/settings.rst b/docs/topics/settings.rst index b1dee667e..f89aa30c8 100644 --- a/docs/topics/settings.rst +++ b/docs/topics/settings.rst @@ -720,8 +720,12 @@ Default: ``60.0`` Scope: ``scrapy.extensions.memusage`` -The frequence which the current memory usage will be checked against the -limits set by :setting:`MEMUSAGE_LIMIT_MB` and :setting:`MEMUSAGE_WARNING_MB`. +The :ref:`Memory usage extension ` +checks the current memory usage, versus the limits set by +:setting:`MEMUSAGE_LIMIT_MB` and :setting:`MEMUSAGE_WARNING_MB`, +at fixed time intervals. + +This sets the length of these intervals, in seconds. See :ref:`topics-extensions-ref-memusage`.