jesusOriginal post
Rank 3: Container
Hi,
Could anyone help me on how to increase the
'innodb-buffer-pool-size' in appwrite selfhosted.
Summary
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.