Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for configuring --max-old-space-size #9006

Closed
inqueue opened this issue Nov 8, 2016 · 4 comments · Fixed by #52310
Closed

Documentation for configuring --max-old-space-size #9006

inqueue opened this issue Nov 8, 2016 · 4 comments · Fixed by #52310
Assignees
Labels

Comments

@inqueue
Copy link
Member

inqueue commented Nov 8, 2016

Kibana version: 4.x/5.x

Please add documentation for the best way to configure --max-old-space-size for all supported platforms. Additionally, some general guidelines for what --max-old-space-size should be would be very helpful to those who may need to configure it.

NODE_OPTIONS="--max-old-space-size=512" ./bin/kibana

Does it belong in /etc/default/kibana for platforms that support it?

Issue reference for this config is long. In no particular order:
#7103
#8795
#8103
#7217
#6862
#6727
#6153
#5764
#5170

A documented recommendation of #5170 (comment) would go a long way.

Thanks!

@praveenuchiha
Copy link

+1

@GlenRSmith
Copy link
Contributor

See #5595

@stofte
Copy link

stofte commented Jan 30, 2017

It's essentially an undocumented chrome v8 flag. NodeJS closed a similar issue since it outside their scope.

nodejs/node#7937

@breml
Copy link
Contributor

breml commented Mar 2, 2017

Just as an info, with some versions of nodejs (e.g. v4.4.7) the option is called --max_old_space_size (with underscores instead of dashes).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants