Skip to content

Instantly share code, notes, and snippets.

@editnuki
Created July 2, 2012 13:43
Show Gist options
  • Save editnuki/3033294 to your computer and use it in GitHub Desktop.
Save editnuki/3033294 to your computer and use it in GitHub Desktop.
my.cnfの追記したもの
max_connections = 500
bulk_insert_buffer_size = 8M
nice=5
query_cache_size = 16M
query_cache_limit = 1M
thread_cache_size = 1
innodb_buffer_pool_size = 512M
innodb_additional_mem_pool_size = 4M
innodb_log_buffer_size = 8M
innodb_log_file_size = 64M
innodb_log_files_in_group = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment