Browse Source

[DOCS] Document static field cache settings (#61424)

James Rodewig 5 years ago
parent
commit
d077a4f5a1
1 changed files with 4 additions and 7 deletions
  1. 4 7
      docs/reference/modules/indices/fielddata.asciidoc

+ 4 - 7
docs/reference/modules/indices/fielddata.asciidoc

@@ -13,13 +13,10 @@ reloading  the field data which does not fit into your cache will be expensive
 and  perform poorly.
 
 `indices.fielddata.cache.size`::
-
-    The max size of the field data cache, eg `30%` of node heap space, or an
-    absolute value, eg `12GB`. Defaults to unbounded.  Also see
-    <<fielddata-circuit-breaker>>.
-
-NOTE: These are static settings which must be configured on every data node in
-the cluster.
+(<<static-cluster-setting,Static>>)
+The max size of the field data cache, eg `30%` of node heap space, or an
+absolute value, eg `12GB`. Defaults to unbounded.  Also see
+<<fielddata-circuit-breaker>>.
 
 [discrete]
 [[fielddata-monitoring]]