You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today I tried updating to HA 2024.08.0, which includes a database update.
This database update fallen with "too many locks", because it is running too long on my rather big database.
I don't mind the time it runs, but it just fails.
To work around this, the parameter innodb_buffer_pool_size can be increased. Theoretically. In reality there is no way of doing this.
I understand that the addon is tuned to a low-end machine like a Raspberry Pi. But well, my HA supervised instance run on a VM with 12 virt-CPUs and 12 GB RAM. It really would profit from different MariaDB settings, preferably all of those explicitly found in the mariadb-server.cnf found in the addons directory.
The text was updated successfully, but these errors were encountered:
Today I tried updating to HA 2024.08.0, which includes a database update.
This database update fallen with "too many locks", because it is running too long on my rather big database.
I don't mind the time it runs, but it just fails.
To work around this, the parameter
innodb_buffer_pool_size
can be increased. Theoretically. In reality there is no way of doing this.I understand that the addon is tuned to a low-end machine like a Raspberry Pi. But well, my HA supervised instance run on a VM with 12 virt-CPUs and 12 GB RAM. It really would profit from different MariaDB settings, preferably all of those explicitly found in the
mariadb-server.cnf
found in the addons directory.The text was updated successfully, but these errors were encountered: