How to change the kibana jvm memory

I would like to set the kibana jvm memory to 8Gb instead of default value, May I know how to do that?

What I have done is edit the field "--max-old-space-size=8192" in the node.options under /etc/kibana but I am not sure that is enough.

The version of the kibana that I am using is 8.8.2.

I think you should also add these: to node.options

-Xms8g
-Xmx8g

and restart Kibana.

Yes, max-old-space-size is the correct param. Check this

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.