Skip to content

Instantly share code, notes, and snippets.

@sitemapxml
Created December 16, 2020 21:39
Show Gist options
  • Save sitemapxml/278a104c405c359d8b11a4c84d71cf8c to your computer and use it in GitHub Desktop.
Save sitemapxml/278a104c405c359d8b11a4c84d71cf8c to your computer and use it in GitHub Desktop.
MySQL important configuration for performance and RAM usage.
#
# * 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