Files
kolla-ansible/tests
Michal Arbet 9014429675 [CI] Override MariaDB memory usage for CI
Our CI environment runs all services (including qemu, libvirt, etc.)
on a single node with only 8 GB RAM. The default MariaDB configuration
is too memory-heavy for such constrained resources.

This change introduces a mariadb-overrides.j2 file that limits key
memory-consuming options:

- max_connections = 300 (instead of 10000)
- innodb_buffer_pool_size = 1024M
- tmp_table_size / max_heap_table_size = 32M

These limits help avoid OOM kills during testing and prevent
unnecessary RAM consumption.

This change is CI-specific and does not impact kolla-ansible user
deployments.

Change-Id: I9a59b2f7c5dafdfeb147eb93d89039e98988049f
2025-06-02 18:45:12 +02:00
..
2016-01-13 13:47:49 +08:00
2023-09-03 16:43:13 +01:00
2025-01-27 20:22:46 +00:00
2023-02-04 23:54:47 +01:00
2025-03-21 16:30:59 +00:00
2020-01-28 14:03:33 -08:00
2025-03-20 13:50:53 +00:00
2025-01-23 12:19:17 +01:00
2025-05-14 16:46:07 +02:00