소스 검색

Update configuration.rst

Clarify that CELERY_MAX_CACHED_RESULTS can greatly affect Celery memory usage.
George Sibble 12 년 전
부모
커밋
419951336c
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      docs/configuration.rst

+ 5 - 0
docs/configuration.rst

@@ -1144,6 +1144,11 @@ Result backends caches ready results used by the client.
 This is the total number of results to cache before older results are evicted.
 This is the total number of results to cache before older results are evicted.
 The default is 5000.
 The default is 5000.
 
 
+.. note::
+    
+    These results are kept in memory.  Reduce this setting if your Celery is utilizing
+    a large amount of memory.
+
 .. setting:: CELERY_CHORD_PROPAGATES
 .. setting:: CELERY_CHORD_PROPAGATES
 
 
 CELERY_CHORD_PROPAGATES
 CELERY_CHORD_PROPAGATES