Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.80 KB | None | 0 0
  1. key_buffer             = 384M
  2. max_allowed_packet     = 16M
  3. thread_stack           = 128K
  4. thread_cache_size      = 32
  5. max_connections        = 400
  6. read_buffer_size       = 128K
  7. read_rnd_buffer_size   = 8M
  8. table_cache            = 1024
  9. thread_concurrency     = 32
  10. back_log               = 128
  11. open_files_limit       = 4096
  12. tmp_table_size         = 512M
  13. max_heap_table_size    = 512M
  14. sort_buffer_size       = 8M
  15. myisam_sort_buffer_size = 64M
  16. join_buffer_size       = 8M
  17. query_cache_limit       = 1M
  18. query_cache_size        = 128M
  19. innodb_buffer_pool_size         = 512M
  20. innodb_additional_mem_pool_size = 20M
  21. innodb_log_file_size            = 64M
  22. innodb_log_buffer_size          = 8M
  23. innodb_file_per_table
  24.  
  25. innodb_flush_log_at_trx_commit=2
  26. innodb_lock_wait_timeout=50
  27. innodb_thread_concurrency=8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement