MySQL Forums
Forum List  »  General

Mysql RAM(Heap) memory not released after truncating the table .
Posted by: Nandagopi Shetty
Date: October 12, 2016 03:47AM

Hello,

I have created tables with engine type as 'Memory' in Mysql and i have loaded arround 1GB of data in each table. but i am observing Mysql not releasing RAM(Heap memory) in bellow conditions.

a) delete all rows from table.
b) truncate table.
c) drop table.
d) Alter table engine=Memory
e) Flush tables.

Please suggest alternate option.

Mysql version 5.6 and 5.7

Thanks

Options: ReplyQuote


Subject
Written By
Posted
Mysql RAM(Heap) memory not released after truncating the table .
October 12, 2016 03:47AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.