From 4caaca66b2647f5eb97e6dd6f5bfab78252651c6 Mon Sep 17 00:00:00 2001 From: Alex K <8418476+fearful-symmetry@users.noreply.github.com> Date: Fri, 15 Jan 2021 08:13:25 -0800 Subject: [PATCH 1/3] Update libbeat/docs/shared-faq.asciidoc Co-authored-by: DeDe Morton --- libbeat/docs/shared-faq.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libbeat/docs/shared-faq.asciidoc b/libbeat/docs/shared-faq.asciidoc index d0e96543674..2886db0c20a 100644 --- a/libbeat/docs/shared-faq.asciidoc +++ b/libbeat/docs/shared-faq.asciidoc @@ -208,8 +208,8 @@ pattern] in the {kib} docs. endif::no_dashboards[] [[madvdontneed-rss]] -==== High RSS memory usage due to MADV settings +=== High RSS memory usage due to MADV settings In versions of {beatname_lc} prior to 7.10.2, the go runtime defaults to `MADV_FREE` by default. In some cases, this can lead to high RSS memory usage while the kernel waits to reclaim any pages assigned to {beatname_lc}. -On versions prior to 7.10.2, set the `GODEBUG="madvdontneed=1"` environment variable if you run into RSS usage issues. \ No newline at end of file +On versions prior to 7.10.2, set the `GODEBUG="madvdontneed=1"` environment variable if you run into RSS usage issues. From ca02019a09fda2331a4e20f452d1a342540ff3e6 Mon Sep 17 00:00:00 2001 From: Alex K <8418476+fearful-symmetry@users.noreply.github.com> Date: Fri, 15 Jan 2021 08:13:32 -0800 Subject: [PATCH 2/3] Update libbeat/docs/shared-faq.asciidoc Co-authored-by: DeDe Morton --- libbeat/docs/shared-faq.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbeat/docs/shared-faq.asciidoc b/libbeat/docs/shared-faq.asciidoc index 2886db0c20a..9ef382d171c 100644 --- a/libbeat/docs/shared-faq.asciidoc +++ b/libbeat/docs/shared-faq.asciidoc @@ -210,6 +210,6 @@ endif::no_dashboards[] [[madvdontneed-rss]] === High RSS memory usage due to MADV settings -In versions of {beatname_lc} prior to 7.10.2, the go runtime defaults to `MADV_FREE` by default. +In versions of {beatname_uc} prior to 7.10.2, the go runtime defaults to `MADV_FREE` by default. In some cases, this can lead to high RSS memory usage while the kernel waits to reclaim any pages assigned to {beatname_lc}. On versions prior to 7.10.2, set the `GODEBUG="madvdontneed=1"` environment variable if you run into RSS usage issues. From 0c86801f918fb7a28102409d515df0209a6eeb9a Mon Sep 17 00:00:00 2001 From: Alex K <8418476+fearful-symmetry@users.noreply.github.com> Date: Fri, 15 Jan 2021 08:13:41 -0800 Subject: [PATCH 3/3] Update libbeat/docs/shared-faq.asciidoc Co-authored-by: DeDe Morton --- libbeat/docs/shared-faq.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbeat/docs/shared-faq.asciidoc b/libbeat/docs/shared-faq.asciidoc index 9ef382d171c..a3508a8d57b 100644 --- a/libbeat/docs/shared-faq.asciidoc +++ b/libbeat/docs/shared-faq.asciidoc @@ -211,5 +211,5 @@ endif::no_dashboards[] === High RSS memory usage due to MADV settings In versions of {beatname_uc} prior to 7.10.2, the go runtime defaults to `MADV_FREE` by default. -In some cases, this can lead to high RSS memory usage while the kernel waits to reclaim any pages assigned to {beatname_lc}. +In some cases, this can lead to high RSS memory usage while the kernel waits to reclaim any pages assigned to {beatname_uc}. On versions prior to 7.10.2, set the `GODEBUG="madvdontneed=1"` environment variable if you run into RSS usage issues.