Skip to content

Commit dfa9499

Browse files
author
Wiktor Maj
authored
Set InnoDB buffer pool size to 1G (#113)
1 parent 58d683a commit dfa9499

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
* Completed [ARCHITECTURE.md](./docs/ARCHITECTURE.md) (#93)
2222
* Migrated CI from self-hosted to GitHub-hosted runners with Docker-in-Docker test infrastructure. (#94)
2323
* Test workflow always builds service images locally for reproducibility. (#97)
24+
* Set InnoDB buffer pool size to 1G for improved query performance. (#71)
2425
* Relaxed Terraform version constraint to accept any 1.x release. (#40)
2526

2627
### Removed

services/mysql-server/mysql_config.cnf.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ ssl-key = "/etc/mysql/ssl/mysql_server_key.pem"
1414
require_secure_transport = "ON"
1515
max_connections = "50"
1616
max_connect_errors = "50"
17+
innodb_buffer_pool_size = "1G"
18+
innodb_buffer_pool_instances = "1"

0 commit comments

Comments
 (0)