From 69e5232d4b4ba67173d2cf7d4c2b1e2df0aeb0fd Mon Sep 17 00:00:00 2001 From: lena-larionova <54370747+lena-larionova@users.noreply.github.com> Date: Fri, 29 Sep 2023 16:29:14 -0700 Subject: [PATCH] docs: add names of referenced caches to mem_cache_size entry --- kong.conf.default | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kong.conf.default b/kong.conf.default index 1d288e795e8..d5e27f18835 100644 --- a/kong.conf.default +++ b/kong.conf.default @@ -721,7 +721,9 @@ #mem_cache_size = 128m # Size of each of the two shared memory caches # for traditional mode database entities - # and runtime data. + # and runtime data, `kong_core_cache` and + # `kong_cache`. + # # The accepted units are `k` and `m`, with a minimum # recommended value of a few MBs. #