|
There are all kinds of memory parameters for mysql, and without knowing which ones you're hitting, you don't know which ones to increase.
But even before that, you might set log-slow-queries to see exactly which queries are causing problems, and either fix the queries, or build indices which will help those queries, if not already set. Proper indices can help a *lot*.
_________________ The irony is that Bill Gates claims to be making a stable operating system and Linus Torvalds claims to be trying to take over the world.
-- seen on the net
|