Low memory after mysqldump

Asked

Viewed 48 times

1

I’ve been observing that always after running mysqldump, the server’s free memory gets very low and is not released right away.

The command I’m using is

mysqldump --default-character-set=latin1 --add-drop-table --single-transaction basededados1 > backup.sql

My tables are in Innodb.
I need to add some command to free the memory when mysqldump is over?

  • 2

    Appears to be a bug mysql. What is your version of mysql?

  • @lazyFox Is a RDS on Amazon, version 5.6.40. Using single-transaction is ok right?

  • This parameter should have no influence, but for consciousness discharge you can always test with and without the parameter to see if the results oscillate in memory usage.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.