mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[docs] Update default memory limit (#104535)
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
This commit is contained in:
parent
a72d0192cb
commit
02b05c97cb
1 changed files with 2 additions and 2 deletions
|
@ -136,10 +136,10 @@ These can be used to automatically update the list of hosts as a cluster is resi
|
|||
[float]
|
||||
[[memory]]
|
||||
=== Memory
|
||||
Kibana has a default maximum memory limit of 1.4 GB, and in most cases, we recommend leaving this unconfigured. In some scenarios, such as large reporting jobs,
|
||||
Kibana has a default memory limit that scales based on total memory available. In some scenarios, such as large reporting jobs,
|
||||
it may make sense to tweak limits to meet more specific requirements.
|
||||
|
||||
You can modify this limit by setting `--max-old-space-size` in the `node.options` config file that can be found inside `kibana/config` folder or any other configured with the environment variable `KBN_PATH_CONF` (for example in debian based system would be `/etc/kibana`).
|
||||
A limit can be defined by setting `--max-old-space-size` in the `node.options` config file found inside the `kibana/config` folder or any other folder configured with the environment variable `KBN_PATH_CONF`. For example, in the Debian-based system, the folder is `/etc/kibana`.
|
||||
|
||||
The option accepts a limit in MB:
|
||||
[source,js]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue