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:
parent
1c56b7f034
commit
dbc71e195c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user