diff --git a/config/mysql.cnf.example b/config/mysql.cnf.example index 9872a2b..cae20be 100644 --- a/config/mysql.cnf.example +++ b/config/mysql.cnf.example @@ -1,3 +1,5 @@ [mysqld] -tmp_table_size = 512M -max_heap_table_size = 512M \ No newline at end of file +tmp_table_size = 512M +max_heap_table_size = 512M + +innodb_buffer_pool_size = 512M \ No newline at end of file