I have a mysql server which has 60gb of ram and it uses too much system resources. Top command result;
Mem: 64555285k total, 64151125k used
I think there is something terribly wrong with my mysql conf.Here is my mysql conf;
[mysqld]
max-allowed-packet=400M
max_connections=8000
query_cache_size = 50M
thread_cache_size =32
table_open_cache = 1000
innodb_buffer_pool_size = 35G
innodb_log_buffer_size = 70M
join_buffer_size= 8G
tmp_table_size = 64M
max_heap_table_size = 64M
query_cache_type = 1
Is there anything wrong with my mysql conf?