[DOCS] Clarify how to update max memory size in bootstrap checks (#48975)
This commit is contained in:
parent
2e0b079a16
commit
15342c4dd2
|
@ -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
|
process has unlimited address space and is enforced only on Linux. To
|
||||||
pass the maximum size virtual memory check, you must configure your
|
pass the maximum size virtual memory check, you must configure your
|
||||||
system to allow the Elasticsearch process the ability to have unlimited
|
system to allow the Elasticsearch process the ability to have unlimited
|
||||||
address space. This can be done via `/etc/security/limits.conf` using
|
address space. This can be done via adding `<user> - as unlimited`
|
||||||
the `as` setting to `unlimited` (note that you might have to increase
|
to `/etc/security/limits.conf`. This may require you to increase the limits
|
||||||
the limits for the `root` user too).
|
for the `root` user too.
|
||||||
|
|
||||||
=== Maximum map count check
|
=== Maximum map count check
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue