Advertisement
Guest User

my.cnf

a guest
Oct 23rd, 2011
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. [mysqld]
  2. max_connections = 2000
  3. query_cache_size = 32M
  4. innodb_buffer_pool_size = 256M
  5. innodb_additional_mem_pool_size=20M
  6. thread_cache_size = 16
  7. tmp_table_size = 96mb
  8. max_heap_table_size = 96mb
  9. table_cache = 800
  10. log_slow_queries = /var/log/mysql/mysql-slow.log
  11. long_query_time = 2
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement