Skip to content

Commit

Permalink
db: increase buffer pool to 36gb (#4048)
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Oct 18, 2024
1 parent a3419b0 commit d0e6375
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hieradata/hosts/db151.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
users::groups: 'database-admins'
http_proxy: 'http://bastion.wikitide.net:8080'
role::db::weekly_misc: []
mariadb::config::innodb_buffer_pool_size: '35G'
mariadb::config::innodb_buffer_pool_size: '36G'
mariadb::version: '10.11'
role::db::enable_ssl: false
mariadb::config::server_id: 5
2 changes: 1 addition & 1 deletion hieradata/hosts/db161.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
users::groups: 'database-admins'
http_proxy: 'http://bastion.wikitide.net:8080'
role::db::weekly_misc: []
mariadb::config::innodb_buffer_pool_size: '35G'
mariadb::config::innodb_buffer_pool_size: '36G'
mariadb::version: '10.11'
role::db::enable_ssl: false
mariadb::config::server_id: 6
2 changes: 1 addition & 1 deletion hieradata/hosts/db171.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
users::groups: 'database-admins'
http_proxy: 'http://bastion.wikitide.net:8080'
role::db::weekly_misc: ['mhglobal']
mariadb::config::innodb_buffer_pool_size: '35G'
mariadb::config::innodb_buffer_pool_size: '36G'
mariadb::version: '10.11'
role::db::enable_ssl: false
mariadb::config::server_id: 7
2 changes: 1 addition & 1 deletion hieradata/hosts/db181.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
users::groups: 'database-admins'
http_proxy: 'http://bastion.wikitide.net:8080'
role::db::weekly_misc: []
mariadb::config::innodb_buffer_pool_size: '35G'
mariadb::config::innodb_buffer_pool_size: '36G'
mariadb::version: '10.11'
role::db::enable_ssl: false
mariadb::config::server_id: 8

0 comments on commit d0e6375

Please sign in to comment.