Could anyone help me on how to increase the
'innodb-buffer-pool-size' in appwrite selfhosted.
TL;DR
To increase the 'innodb-buffer-pool-size' in Appwrite self-hosted, edit your Docker Compose file, locate the mariadb section, and add `--innodb_buffer_pool_size=6G` within the command block, replacing 6G with your desired value.
Joshi
18 Jul, 2024, 00:20
Edit your docker compose and go to mariadb and add this to the command block
--innodb_buffer_pool_size=6G