Hello OpenStack community,


Installing Kolla-ansible OpenStack 2025.1, I've met a problem with proxysql which does not start (in task [loadbalancer : Wait for backup proxysql to start]) because of unsupported system page size:


sudo cat /var/log/kolla/proxysql/proxysql.log
<jemalloc>: Unsupported system page size
<jemalloc>: Error in malloc(): out of memory

I'm working with aarch64 CPU (Raspberry Pi 5 cluster, instructive tool for educational purposes). I have posted the bug here including more detailed description: https://bugs.launchpad.net/kolla-ansible/+bug/2117309 . What is interesting, version 2023.1 works just fine on the same HW/OS platform.


I would be grateful for any suggestions on how to resolve this.


Best,

Dariusz Bursztynowski