From eafa6fbf82094affea11a3eace3b7d76d408ac51 Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Thu, 5 Dec 2019 12:36:03 -0600 Subject: [PATCH] Update docs/setup/production.asciidoc Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com> --- docs/setup/production.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/production.asciidoc b/docs/setup/production.asciidoc index 19d1d12ec7b81..dff5b3f70332c 100644 --- a/docs/setup/production.asciidoc +++ b/docs/setup/production.asciidoc @@ -131,7 +131,7 @@ These can be used to automatically update the list of hosts as a cluster is resi [float] [[memory]] === Memory -Kibana has a default memory limit of 1.4 GB and in most cases we recommend leaving this unconfigured. In some scenarios, such as running on containers with limited +Kibana has a default memory limit of 1.4 GB, and in most cases, we recommend leaving this unconfigured. In some scenarios, such as running on containers with limited resources, it may make sense to tweak limits to meet more specific requirements. You can modify this limit by setting ``--max-old-space-size` in the `NODE_OPTIONS` environment variable. For deb and rpm, packages this is passed in via `/etc/default/kibana` and can be appended to the bottom of the file.