We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00cef95 commit 7a7d15bCopy full SHA for 7a7d15b
docs/reference/setup/bootstrap-checks.asciidoc
@@ -143,9 +143,9 @@ maximum size virtual memory check enforces that the Elasticsearch
143
process has unlimited address space and is enforced only on Linux. To
144
pass the maximum size virtual memory check, you must configure your
145
system to allow the Elasticsearch process the ability to have unlimited
146
-address space. This can be done via `/etc/security/limits.conf` using
147
-the `as` setting to `unlimited` (note that you might have to increase
148
-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.
149
150
=== Maximum map count check
151
0 commit comments