MySQL内存占用计算器

2022/05/28 09:36

Use this form to calculate the maximum MySQL database memory usage that based on configuration settings used in your configuration file, such as my.conf, my.ini.

将您配置文件里的相关参数填进以下表格,然后将计算出MySQL数据库的最大内存占用情况。您可以在my.conf / my.ini 文件中找到这些参数。

Parameter(参数)Default(默认值)Yours(你的设置值)
key_buffer_size64MBMB
query_cache_size64MBMB
tmp_table_size32MBMB
innodb_buffer_pool_size8MBMB
innodb_additional_mem_pool_size1MBMB
innodb_log_buffer_size1MBMB
max_connections150
sort_buffer_size2MBMB
read_buffer_size0.128MBMB
read_rnd_buffer_size0.256MBMB
join_buffer_size0.128MBMB
thread_stack0.196MBMB
binlog_cache_size0MBMB
Total(合计)0MB0MB