From 1cac56c4c4f08833e14861b03e42c2677edc2e06 Mon Sep 17 00:00:00 2001 From: Xiang Dai <764524258@qq.com> Date: Tue, 12 Nov 2019 15:59:57 +0800 Subject: [PATCH 1/2] Update bootstrap-checks.asciidoc Comment how to update max size if virtual memory more clearly. Signed-off-by: Xiang Dai <764524258@qq.com> --- docs/reference/setup/bootstrap-checks.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/setup/bootstrap-checks.asciidoc b/docs/reference/setup/bootstrap-checks.asciidoc index 83209cbf3b853..4b79c2057ce9c 100644 --- a/docs/reference/setup/bootstrap-checks.asciidoc +++ b/docs/reference/setup/bootstrap-checks.asciidoc @@ -143,9 +143,9 @@ maximum size virtual memory check enforces that the Elasticsearch process has unlimited address space and is enforced only on Linux. To pass the maximum size virtual memory check, you must configure your system to allow the Elasticsearch process the ability to have unlimited -address space. This can be done via `/etc/security/limits.conf` using -the `as` setting to `unlimited` (note that you might have to increase -the limits for the `root` user too). +address space. This can be done via adding `(the user for elasticsearch) - as unlimited` +to `/etc/security/limits.conf`(note that you might have to increase the limits +for the `root` user too). === Maximum map count check From 54acb14a2c223f7a75b99c334b29b46f7fdc8c38 Mon Sep 17 00:00:00 2001 From: Xiang Dai <764524258@qq.com> Date: Wed, 27 Nov 2019 13:55:39 +0800 Subject: [PATCH 2/2] feedback Signed-off-by: Xiang Dai <764524258@qq.com> --- docs/reference/setup/bootstrap-checks.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/setup/bootstrap-checks.asciidoc b/docs/reference/setup/bootstrap-checks.asciidoc index 4b79c2057ce9c..f65526eb3612e 100644 --- a/docs/reference/setup/bootstrap-checks.asciidoc +++ b/docs/reference/setup/bootstrap-checks.asciidoc @@ -143,9 +143,9 @@ maximum size virtual memory check enforces that the Elasticsearch process has unlimited address space and is enforced only on Linux. To pass the maximum size virtual memory check, you must configure your system to allow the Elasticsearch process the ability to have unlimited -address space. This can be done via adding `(the user for elasticsearch) - as unlimited` -to `/etc/security/limits.conf`(note that you might have to increase the limits -for the `root` user too). +address space. This can be done via adding ` - as unlimited` +to `/etc/security/limits.conf`. This may require you to increase the limits +for the `root` user too. === Maximum map count check