chef-repo
chef-repo copied to clipboard
Allow configuring of MySQL innodb cache sizes
The current MySQL cookbook doesn't set anything in the MySQL server configuration. And the default MySQL server sets very low sizes for database caches which hurt performance.
We would like to be able to configure MySQL performance tuning variables by creating our custom performance configuration in the mysql conf.d
dir on the server.