Files
hosting/etc/mysql/conf.d/manual_settings.cnf
Daniel Winzen fa24bb61ec Added PHP 7.2 support + minor bugfixes and performance tweaks
Note when applying this update you will have to update existing nginx vhosts to match new listening addresses (IPv6). Preferably you should update them to unix socket though and apply the changes to the tor hidden service config as well
2018-02-10 22:10:07 +01:00

21 lines
477 B
INI

[mysqld]
innodb_buffer_pool_size=1G
innodb_buffer_pool_instances=1
#myisam_sort_buffer_size=200K
#bulk_insert_buffer_size=1M
#sort_buffer_size=1M
innodb_log_buffer_size=16M
innodb_log_file_size=128M
innodb_flush_log_at_trx_commit=2
#innodb-defragment=1
skip-name-resolve=1
query_cache_size=128M
query_cache_limit=4M
max_connections=500
table_open_cache=15000
tmp_table_size=16M
max_heap_table_size=16M
join_buffer_size=4M
aria_pagecache_buffer_size=8M
aria_sort_buffer_size=8M