Reducing memory footprint on mnaio

MNAIO built with newer releases, like Rocky, show increased memory
usage exceeding the default 8G for INFRA_VM_SERVER_RAM setting.
The MariaDB server innodb buffer cache is drastically reduced to
match the deployment size.

Change-Id: Ifef9ee209aedb882ae14b1d2a29852375de8e7e8
This commit is contained in:
Bjoern Teipel 2018-08-31 11:18:53 -05:00
parent 1c56b7f034
commit dbc71e195c

View File

@ -40,3 +40,7 @@ glance_glance_api_conf_overrides:
glance_store:
http_proxy_information: "http:http://, https:http://"
{% endif %}
# Reduce memory footprint for mnaio
galera_innodb_buffer_pool_size: 1024M
galera_gcache_size: 128M