Engine Yard's default innodb_buffer_pool_size is too low for my purposes and I want to change it.
Last week I sneaked a peek at this documentation page, which now 404s.
Using a keep file to change /etc/mysql/my.cnf and then freeze it would be a quick fix, but I'm reluctant to use keep files. To quote Engine Yard on this:
If your environment changes, either through changes that you apply yourself or when you upgrade to the latest Engine Yard stack, your keep files can become out-of-date and thus compromise your application.
I remember the now defunct documentation page suggesting I make use of the !include directive in /etc/mysql/my.cnf but I checked and there is none.
Any ideas?