Skip to content

Prelude branch not building Elasticsearch #20

Discussion options

You must be logged in to vote

Hey Corey, thanks for the detailed log, I was unable to reproduce the issue however it looks like Elasticsearch is running out of memory when trying to deploy, you can see this from the state objected in the ES log:

"OOMKilled": true, ..."ExitCode": 137, where OOM is Out of Memory and 137 is saying docker does not have enough RAM

Two things I'd like you to try/confirm:

  1. Make sure docker has enough resources allocated to, I'll copy paste the recommended configs below
  • Minimum CPU: 8 cores
  • Memory: 8 GB
  • Swap: 2 GB
  • Virtual disk: 64 GB

Adjust these in Docker Desktop settings under "Resources". If you already have these configured appropriately or are still having issues then try bumping up t…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by coreymhudson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants