mysql耗内存最大值innodb_buffer_pool_size
2021-08-06mysql占用了很大的内存,show variables like '%size%';发现innodb_buffer_pool_size=4G;
1、登录mysql,修改:set global innodb_buffer_pool_size=2G;失败
2、set global innodb_buffer_pool_size=1073741824;
修改/etc/my.cnf
innodb_buffer_pool_size=1g
3、其他
innodb_buffer_pool_size=576M ->256M InnoDB引擎缓冲区占了大头,首要就是拿它开刀
query_cache_size=100M ->16M 查询缓存
tmp_table_size=102M ->64M 临时表大小
key_buffer_size=256m ->32M