I've been noticing that after running mysqldump, the server's free memory gets too low and is not released immediately.
The command I'm using is
mysqldump --default-character-set=latin1 --add-drop-table --single-transaction basededados1 > backup.sql
My tables are in InnoDB. Do I need to add some command to free memory when mysqldump is finished?