فهرست منبع

[DOCS] Clarify how to update max memory size in bootstrap checks (#48975)

Xiang Dai 6 سال پیش
والد
کامیت
7a7d15ba0b
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      docs/reference/setup/bootstrap-checks.asciidoc

+ 3 - 3
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 `<user> - as unlimited`
+to `/etc/security/limits.conf`. This may require you to increase the limits
+for the `root` user too.
 
 === Maximum map count check