Skip to content

Instantly share code, notes, and snippets.

@renshuki
Created February 13, 2020 09:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save renshuki/7759fb5c11cf385c7ca314b7d0d21b60 to your computer and use it in GitHub Desktop.
Save renshuki/7759fb5c11cf385c7ca314b7d0d21b60 to your computer and use it in GitHub Desktop.
Kibana - How to set instance max memory / heap (NodeJS)

You'll need to set NODE_OPTIONS in your environment variables.

export NODE_OPTIONS="--max-old-space-size=2048"

(which equivalent to 2GB for example)

Please note a Kibana restart is needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment