Add --max-old-space-size=8192 argument to bin/kibana script to avoid running out of memory during optimize step.#12232
Closed
cjcenizal wants to merge 1 commit intoelastic:masterfrom
Closed
Conversation
…running out of memory during optimize step.
Contributor
Author
|
I just found #6727. Maybe we should implement the solution it requests instead of this? Also related:
I wonder if I should just close this and instead set this option via the command line when I run Kibana? |
ashatova
added a commit
that referenced
this pull request
Jan 30, 2026
…nector page #12232 (#250940) ## Summary Replaces the disabled "Connect LLM" button with a small **EuiCallOut** when the user is on the connectors management page. <img width="1625" height="898" alt="Screenshot 2026-01-29 at 16 36 38" src="https://github.com/user-attachments/assets/9d2d2a5c-4eb7-46c1-ba47-4de0f275a141" /> --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
hannahbrooks
pushed a commit
to hannahbrooks/kibana
that referenced
this pull request
Jan 30, 2026
…nector page elastic#12232 (elastic#250940) ## Summary Replaces the disabled "Connect LLM" button with a small **EuiCallOut** when the user is on the connectors management page. <img width="1625" height="898" alt="Screenshot 2026-01-29 at 16 36 38" src="https://github.com/user-attachments/assets/9d2d2a5c-4eb7-46c1-ba47-4de0f275a141" /> --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I started consistently getting these errors every time I tried to build Kibana:
By adding this flag, we allow the V8 engine to allocate 8GB of memory (I think). When I added this flag, I stopped encountering these errors.