paip.mysql 5.6 数据库 占用 内存 过多 的 解决方案

paip.mysql 5.6 占用 内存 过多 的 解决方案




作者Attilax ,  EMAIL:1466519819@qq.com 
来源:attilax的专栏
地址:http://blog.csdn.net/attilax


下载了mysql5.6.12 ,默认占用内存达400多M,  而原来使用的5.0 只有30M..




解决方案:调整以下参数 
----------------
performance_schema_max_table_instances=600
table_definition_cache=400
table_open_cache=256






这样下来,mysql5.6.12就只使用  40---60M左右的内存了.






以下是5.6默认的设置
performance_schema_max_table_instances 12500
table_definition_cache 1400
table_open_cache 2000






默认的inform**_schmal 跟个perform*_schamal 跟个mysql大概要占用个130个表...


solutin laocing:
down leig 5.6.m4 ,fasye tsai 50M,bg show VARIABLES exp chwlai ...zai bg 5.6.12d exp lai...compare..zai bg diff d para ,lyafen fa ,test 


..zeu chwlai le...



原文地址:https://www.cnblogs.com/attilax/p/15199563.html