M
M
Maxim Uglov2015-03-19 13:49:26
MySQL
Maxim Uglov, 2015-03-19 13:49:26

How to reduce the memory consumed by Mysql?

Installed XAMPP as a local development server. I didn’t change mysql settings, I noticed that mysqld turned out to be the most memory consuming of all processes, this is strange, before I didn’t notice mysql at all.
This would be tolerable, but MySql is extremely slow, for example when opening PhpMyAdmin. Tried several versions of PhpMyAdmin - no difference.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
ShamblerR, 2015-03-19
@ShamblerR

Размер глобальных буферов (key_buffer_size + tmp_table_size + innodb_buffer_pool_size + innodb_additional_mem_pool_size + innodb_log_buffer_size + query_cache_size).

+
*
умножаем на Максимальное количество подключений (max_connections).
Получаем максимально возможный загруз памяти

Well, if in short, in fact, there is of course more.
BUT
Why would you want to decrease this value? I would increase it.

P
polozad, 2015-03-19
@polozad

Mysql has a spring aggravation now. It takes and eats memory like crazy, without any external reasons such as a grown database, for example, on innodb, which is actively loaded into memory. Yes?

M
Maxim Uglov, 2015-03-19
@Vencendor

Deleted all databases except for the one I work with

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question