Skip to content

Commit 56abaa7

Browse files
committed
Reduce Elasticsearch/OpenSearch heap size to 200m in ci-aio env
This should free up some memory, allowing us to use a smaller flavor.
1 parent 4837c8d commit 56abaa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/kayobe/environments/ci-aio/kolla/globals.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ docker_yum_baseurl: "{{ stackhpc_repo_docker_url }}"
1313
docker_yum_gpgkey: "https://download.docker.com/linux/centos/gpg"
1414

1515
# Elasticsearch / OpenSearch memory tuning
16-
es_heap_size: 1g
17-
opensearch_heap_size: 1g
16+
es_heap_size: 200m
17+
opensearch_heap_size: 200m
1818

1919
# Increase Grafana timeout
2020
grafana_start_first_node_retries: 20

0 commit comments

Comments
 (0)