I
I
ikerya2018-10-02 08:37:19
MySQL
ikerya, 2018-10-02 08:37:19

Why is RAM not released after mysqldump?

Mysqldump does not release RAM. Tell me, please, what could be the reason?
I run the command like this:

mysqldump --opt -uroot -ppass dbname| gzip > /backup/backup-date +%d-%m-%y.gz

5bb3040545068205392755.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
#
#, 2018-10-02
@ikerya

after the start of activity, the normal behavior of the database server is not to give memory immediately, but to wait for further loading. if it is not there, the memory is given after a certain time interval for
more details about the strategy of a particular DBMS and settings options - in the documentation of this DBMS

D
Dmitry, 2018-10-02
@Tabletko

What kind of memory does this graph show? There is a suspicion that Used, but it also includes a file cache.

S
Stanislav Bodrov, 2018-10-03
@jenki

What does mysqldump have to do with it? Because the first in a row in the team goes? Here is the most resource intensive gzip application. There are monitoring utilities (top, htop, a whole legion of them) that will show which process is consuming memory.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question