Add my.cnf with database optimizations for chainquery
This commit is contained in:
parent
f598964e1a
commit
044cad8ab8
1 changed files with 9 additions and 0 deletions
9
lbrycrd/my.cnf
Normal file
9
lbrycrd/my.cnf
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Default Homebrew MySQL server config
|
||||
[mysqld]
|
||||
# Only allow connections from localhost
|
||||
innodb_log_file_size=5G
|
||||
key_buffer_size=1G
|
||||
innodb_flush_log_at_trx_commit = 0
|
||||
innodb_autoinc_lock_mode=2
|
||||
innodb_buffer_pool_size=1G
|
||||
innodb_log_buffer_size=1G
|
Loading…
Reference in a new issue