From 26e225a54c930564b2fc0427d1ff1c48cf63ae2f Mon Sep 17 00:00:00 2001 From: Neil Schelly Date: Wed, 7 May 2014 11:40:25 -0400 Subject: [PATCH] [DOC] Fix the other default values for filter cache size and field data circuit Relates to #5990 --- docs/reference/index-modules/fielddata.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/index-modules/fielddata.asciidoc b/docs/reference/index-modules/fielddata.asciidoc index 5afee2b3901a0..1d6dfc5543bc6 100644 --- a/docs/reference/index-modules/fielddata.asciidoc +++ b/docs/reference/index-modules/fielddata.asciidoc @@ -37,7 +37,7 @@ parameters: |======================================================================= |Setting |Description |`indices.fielddata.breaker.limit` |Maximum size of estimated field data -to allow loading. Defaults to 80% of the maximum JVM heap. +to allow loading. Defaults to 60% of the maximum JVM heap. |`indices.fielddata.breaker.overhead` |A constant that all field data estimations are multiplied with to determine a final estimation. Defaults to 1.03