[Groonga-commit] groonga/groonga at c533163 [master] doc: add documentation about groonga_cache_limit directive

アーカイブの一覧に戻る

HAYASHI Kentaro null+****@clear*****
Wed Oct 23 17:18:53 JST 2013


HAYASHI Kentaro	2013-10-23 17:18:53 +0900 (Wed, 23 Oct 2013)

  New Revision: c53316345068f0a16c2f889c4bf85319c7df722c
  https://github.com/groonga/groonga/commit/c53316345068f0a16c2f889c4bf85319c7df722c

  Message:
    doc: add documentation about groonga_cache_limit directive

  Modified files:
    doc/source/reference/executables/groonga-httpd.txt

  Modified: doc/source/reference/executables/groonga-httpd.txt (+29 -0)
===================================================================
--- doc/source/reference/executables/groonga-httpd.txt    2013-10-23 14:53:50 +0900 (4d0776e)
+++ doc/source/reference/executables/groonga-httpd.txt    2013-10-23 17:18:53 +0900 (7187a3b)
@@ -325,6 +325,35 @@ see http://wiki.nginx.org/CoreModule#worker_processes.
 
 By default, this is set to 1. It is nginx's default.
 
+.. _groonga-cache-limit:
+
+``groonga_cache_limit``
+"""""""""""""""""""""""
+
+This directive is introduced to customize cache limit for each worker process.
+
+Synopsis::
+
+  groonga_cache_limit CACHE_LIMIT;
+
+Default
+  100
+
+Context
+  ``http``, ``server``, ``location``
+
+Specifies groonga's limit of query cache in the ``http``, ``server`` or
+``location`` block. The default value is 100.
+You can disable query cache to specify 0 to ``groonga_cache_limit`` explicitly.
+
+Examples::
+
+  location /d/ {
+    groonga on;
+    # You can customize query cache limit for groonga.
+    groonga_cache_limit 100;
+  }
+
 ``proxy_cache``
 """""""""""""""
 
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る