innodb memory usage mysql

Posted by Tiddo on Server Fault See other posts from Server Fault or by Tiddo
Published on 2011-03-28T21:58:11Z Indexed on 2013/11/08 21:59 UTC
Read the original article Hit count: 181

Filed under:
|
|

I have a small vps, with only 256mb of ram, with maximum burst up to 512mb. When I configure my vps without innodb, it only uses 130 mb of ram, so that is no problem for me. But when I turn on innodb, The memory usage grows to about 300-400 mb. Is it possible to run innodb such that I won't exceed the 256mb? preferably I don't want to use more than 100mb for innodb. I already came across some sites which said I could limit the memory usage, but if I limit it to only 100mb will the db run well enough? (compared to for example the MyISAM storage engine)

If 100mb is to little memory for innodb, can you recommend me any other storage engine which supports transactions?

© Server Fault or respective owner

Related posts about mysql

Related posts about vps