Rex Dieter 47b2ff
diff -up akonadi/server/src/storage/mysql-global.conf.mysql_conf akonadi/server/src/storage/mysql-global.conf
Rex Dieter 47b2ff
--- akonadi/server/src/storage/mysql-global.conf.mysql_conf	2010-05-21 05:17:10.000000000 -0500
Rex Dieter 47b2ff
+++ akonadi/server/src/storage/mysql-global.conf	2010-05-23 17:14:08.144227600 -0500
Rex Dieter 47b2ff
@@ -49,7 +49,7 @@ innodb_additional_mem_pool_size=1M
Rex Dieter 38c144
 # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema");
Rex Dieter 38c144
 innodb_buffer_pool_size=80M
Rex Dieter 38c144
 # size of average write burst, keep Innob_log_waits small, keep Innodb_buffer_pool_wait_free small (see show global status like "inno%", show global variables)
Rex Dieter 38c144
-innodb_log_file_size=64M
Rex Dieter 38c144
+innodb_log_file_size=8M
Rex Dieter 38c144
 innodb_flush_log_at_trx_commit=2
Rex Dieter 38c144
 
Rex Dieter 47b2ff
 # Do not drop the connection to the DB after 8 hours of inactivity