andk / pause

Perl authors upload server
http://pause.perl.org/
150 stars 57 forks source link

Tune mysql #487

Open wolfsage opened 3 months ago

wolfsage commented 3 months ago

Consider tuning innodb.

We could add:

innodb_buffer_pool_size = 4G
innodb_log_buffer_size = 256M
innodb_log_file_size = 1G
innodb_write_io_threads = 16

to the [myslqd] section for performance. We'd want to update the bootstrap as well, and this would need a db restart