Advertisement
respectzr

Untitled

Jan 8th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. # /etc/mysql/conf.d/opti.cnf
  2. #OPTIMIZE
  3. key_buffer_size = 128M
  4. skip-name-resolve=1
  5. performance_schema = ON
  6.  
  7. innodb_log_file_size=256M
  8. innodb_buffer_pool_size=2048M
  9. innodb_buffer_pool_instances=2
  10.  
  11. max_connections = 500
  12. tmp_table_size=64M
  13. max_heap_table_size=64M
  14.  
  15. query_cache_type = 1
  16. query_cache_size = 64M
  17. query_cache_limit=8M
  18.  
  19. wait_timeout=90
  20. interactive_timeout=90
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement