最近 我的mysql 老报Out of memory (Needed 16771080 bytes) 错误我的服务器是16G内存
[client]port=3308
#default-character-set=utf8[mysql]default-character-set = utf8[mysqld]
skip-name-resolve
skip-host-cache
skip-locking#skip-external-locking
port=3306
basedir="d:/MySQL5"
datadir="d:/MySQL5/data/"server-id=1
log-bin=mysql-bin
binlog-do-db=ttttttcharacter-set-server = utf8
collation-server = utf8_general_cidefault-storage-engine=INNODBsql-mode="NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"max_connections=1000
wait_timeout=86400
max_allowed_packet=2M
query_cache_size=32M
query_cache_type=2
table_cache=1024
thread_cache_size=128max_heap_table_size=256M
tmp_table_size=256M
myisam_max_sort_file_size=100G
myisam_max_extra_sort_file_size=100G
myisam_sort_buffer_size=17Msort_buffer_size=64M
read_rnd_buffer_size = 16M
read_buffer_size=16Mmax_length_for_sort_data=8K
key_buffer_size=128Minnodb_buffer_pool_size=1024M
innodb_additional_mem_pool_size=16Minnodb_log_file_size=64Minnodb_log_buffer_size=4Minnodb_flush_log_at_trx_commit=2innodb_thread_concurrency=8
ft_min_word_len = 1 
long_query_time = 1
log-slow-queries=mysql-slow.log
log-error=mysql.err哪位高手帮我看看