Browse Source

add innodb_buffer_pool_size default value

main
ghost 1 year ago
parent
commit
f9774f2431
  1. 2
      config/mysql.cnf.example

2
config/mysql.cnf.example

@ -1,3 +1,5 @@
[mysqld] [mysqld]
tmp_table_size = 512M tmp_table_size = 512M
max_heap_table_size = 512M max_heap_table_size = 512M
innodb_buffer_pool_size = 512M
Loading…
Cancel
Save