You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/setup/production.asciidoc
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
* <<enabling-ssl>>
7
7
* <<load-balancing>>
8
8
* <<high-availability>>
9
+
* <<memory>>
9
10
10
11
How you deploy Kibana largely depends on your use case. If you are the only user,
11
12
you can run Kibana on your local machine and configure it to point to whatever
@@ -27,7 +28,7 @@ You can use {stack-ov}/elasticsearch-security.html[{stack} {security-features}]
27
28
to control what {es} data users can access through Kibana.
28
29
29
30
When {security-features} are enabled, Kibana users have to log in. They need to
30
-
have a role granting <<kibana-privileges, Kibana privileges>> as well as access
31
+
have a role granting <<kibana-privileges, Kibana privileges>> as well as access
31
32
to the indices they will be working with in Kibana.
32
33
33
34
If a user loads a Kibana dashboard that accesses data in an index that they
@@ -125,4 +126,17 @@ elasticsearch.hosts:
125
126
--------
126
127
127
128
Related configurations include `elasticsearch.sniffInterval`, `elasticsearch.sniffOnStart`, and `elasticsearch.sniffOnConnectionFault`.
128
-
These can be used to automatically update the list of hosts as a cluster is resized. Parameters can be found on the {kibana-ref}/settings.html[settings page].
129
+
These can be used to automatically update the list of hosts as a cluster is resized. Parameters can be found on the {kibana-ref}/settings.html[settings page].
130
+
131
+
[float]
132
+
[[memory]]
133
+
=== Memory
134
+
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,
135
+
it may make sense to tweak limits to meet more specific requirements.
136
+
137
+
You can modify this limit by setting `--max-old-space-size` in the `NODE_OPTIONS` environment variable. For deb and rpm, packages this is passed in via `/etc/default/kibana` and can be appended to the bottom of the file.
0 commit comments