File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
etc/kayobe/environments/ci-aio Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 38
38
vm_flavor :
39
39
description : Flavor for the all-in-one VM
40
40
type : string
41
- default : en1.large
41
+ default : en1.medium
42
42
vm_network :
43
43
description : Network for the all-in-one VM
44
44
type : string
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ docker_yum_baseurl: "{{ stackhpc_repo_docker_url }}"
13
13
docker_yum_gpgkey : " https://download.docker.com/linux/centos/gpg"
14
14
15
15
# Elasticsearch / OpenSearch memory tuning
16
- es_heap_size : 1g
17
- opensearch_heap_size : 1g
16
+ es_heap_size : 200m
17
+ opensearch_heap_size : 200m
18
18
19
19
# Increase Grafana timeout
20
20
grafana_start_first_node_retries : 20
Original file line number Diff line number Diff line change 5
5
# Docker namespace to use for Kolla images. Default is 'kolla'.
6
6
kolla_docker_namespace : stackhpc-dev
7
7
8
+ # Disable some services to reduce memory footprint.
9
+ kolla_enable_heat : false
10
+
8
11
# ##############################################################################
9
12
# Network configuration.
10
13
You can’t perform that action at this time.
0 commit comments