treeherder/vagrant
Ed Morley 14e43640fe Bug 1392546 - Travis/Vagrant: Set innodb_flush_log_at_trx_commit=0
By default MySQL#s InnoDB flushes to disk after every transaction to
reduce the chance of data loss in the case of a crash. During testing
and development this is not necessary and only serves to limit I/O
throughput. By switching to mode `0` (flushing every second), test
runtimes are reduced by 20-30%.

See:
https://dev.mysql.com/doc/refman/5.7/en/innodb-parameters.html#sysvar_innodb_flush_log_at_trx_commit
2017-08-23 09:39:22 +01:00
..
.profile Bug 1363444 - Vagrant: Update to Ubuntu 16.04 2017-05-10 19:52:18 +01:00
env.sh Bug 1378433 - Stop vendoring libmysqlclient in Vagrant/Travis 2017-07-07 18:56:12 +01:00
mysql.cnf Bug 1392546 - Travis/Vagrant: Set innodb_flush_log_at_trx_commit=0 2017-08-23 09:39:22 +01:00
setup.sh Bug 1390598 - Upgrade to nodejs 8 2017-08-18 11:34:31 +01:00