Created
December 16, 2020 21:39
-
-
Save sitemapxml/278a104c405c359d8b11a4c84d71cf8c to your computer and use it in GitHub Desktop.
MySQL important configuration for performance and RAM usage.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# * Fine Tuning | |
# | |
key_buffer_size = 16M | |
#max_allowed_packet = 16M | |
thread_stack = 192K | |
# thread_cache_size = -1 | |
performance_schema = off | |
max_connections = 80 | |
max_user_connections = 60 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment