1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00
This commit is contained in:
Sergei Golubchik
2014-05-07 10:04:30 +02:00
parent 7226287c06
commit 04bce7b569
208 changed files with 3026 additions and 1138 deletions

View File

@ -4,10 +4,13 @@
[mysqld.1]
# Default values used in the server, out of the box
table_definition_cache=400
table_open_cache=400
max_connections=151
open_files_limit=1024
# open_files_limit can be scaled down based on the os configuration (ulimit -n),
# so to get a stable test output, make sure ulimit -n is big enough
#
# What is supposed to happen here by default:
# table_open_cache = 2000
# table_definition_cache = 400 + 2000/2 = 1400
# max_connections = 151
# Automated sizing for everything