Inreased mysql max_connections variable
This commit is contained in:
@ -16,7 +16,7 @@ innodb_flush_log_at_trx_commit = 2
|
|||||||
skip_name_resolve = 1
|
skip_name_resolve = 1
|
||||||
query_cache_size = 128M
|
query_cache_size = 128M
|
||||||
query_cache_limit = 4M
|
query_cache_limit = 4M
|
||||||
max_connections = 500
|
max_connections = 1000
|
||||||
table_open_cache = 15000
|
table_open_cache = 15000
|
||||||
tmp_table_size = 16M
|
tmp_table_size = 16M
|
||||||
max_heap_table_size = 16M
|
max_heap_table_size = 16M
|
||||||
|
Reference in New Issue
Block a user