MySQL Forums
Forum List  »  Performance

Re: MySQL 5 memory usage
Posted by: Brian Moon
Date: December 07, 2005 08:24AM

that depends on the storage engine you use. If you use MyISAM tables, the memory needs are dynamic. Its a product of several key elements in the config * the number of threads in use. If you are using InnoDB tables, its more finite. You describe in detail in the config how much memory to use.

If this is a test machine and you are using myisam, I would say there are no worries. I would not consider putting that server in to the wild unless you know it will not get much traffic.

Brian Moon
Phorum Dev Team
http://phorum.org/
-----------------------
dealnews.com - How to go broke saving money.
http://dealnews.com/

Options: ReplyQuote


Subject
Views
Written By
Posted
1803
December 05, 2005 09:10AM
Re: MySQL 5 memory usage
1173
December 07, 2005 08:24AM


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.