Skip to content

Draft: chore: smaller elastic search heap size

Keith Grootboom requested to merge keith/es-heap-size into main

Description

This PR limits the Elastic Search heap size to 512m as per the default configuration.

Elastic Search pods take up at least 1GiB of memory with the k8s cluster and get OOMKilled because of it during deploys.

This change should lower these events from happening.

Testing instructions

  • Rerun this pipeline many times. You should not get issues with the elastic search pipeline deploying.

Merge request reports