Advertisement
Guest User

Untitled

a guest
May 27th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. [mysqld]
  2. key_buffer = 512M
  3. max_allowed_packet = 32M
  4. thread_stack = 256K
  5. thread_cache_size = 8
  6. max_connections = 200
  7. table_cache = 768
  8. thread_concurrency = 8
  9.  
  10. # query_cache_limit = 1M
  11. # query_cache_size = 128M
  12. read_buffer_size=2M
  13. sort_buffer_size=2M
  14.  
  15.  
  16. innodb_file_per_table
  17. innodb_buffer_pool_size=45056M
  18. innodb_additional_mem_pool_size=20M
  19. innodb_log_file_size=512M
  20. innodb_log_buffer_size=16M
  21. innodb_flush_log_at_trx_commit=2
  22.  
  23. open_files_limit = 6000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement