Jcrespo has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/335438 )
Change subject: Revert "phabricator: Increase phabricator dbs buffer pool" ...................................................................... Revert "phabricator: Increase phabricator dbs buffer pool" This reverts commit 4044898240185c4c38fab229f1b03ae0ac5fc130. Change-Id: I113af60b0f32aa1df57196e047b3e12ee88434e7 --- M templates/mariadb/phabricator.my.cnf.erb 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: jenkins-bot: Verified Jcrespo: Looks good to me, approved diff --git a/templates/mariadb/phabricator.my.cnf.erb b/templates/mariadb/phabricator.my.cnf.erb index 9e8037a..28983f6 100644 --- a/templates/mariadb/phabricator.my.cnf.erb +++ b/templates/mariadb/phabricator.my.cnf.erb @@ -81,7 +81,7 @@ default-storage-engine = InnoDB innodb_file_per_table = 1 -innodb_buffer_pool_size = <%= (Float(@memorysize.split[0]) * 0.75).round %>G +innodb_buffer_pool_size = <%= (Float(@memorysize.split[0]) * 0.5).round %>G innodb_buffer_pool_instances = 8 innodb_log_file_size = 1G innodb_flush_log_at_trx_commit = 1 -- To view, visit https://gerrit.wikimedia.org/r/335438 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I113af60b0f32aa1df57196e047b3e12ee88434e7 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Jcrespo <[email protected]> Gerrit-Reviewer: Jcrespo <[email protected]> Gerrit-Reviewer: Marostegui <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
