Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
well... i'm not sure... If that was the case I'd have MySQL crash logs - which I don't... Looks like mysql is working fine.
And I'd really like to stick to engine=memory (and not myisam)...
Well, I warn users not to turn this up unless they know what they are doing and know the implications. One of the big ones is system memory. You need to have enough. If you have enough, you need to know how to configure MySQL to leverage it.
TheWitness
True understanding begins only when we realize how little we truly understand...
So (assuming I don't really know what I'm doing..) - what's wrong with my my.cnf? I've got 16GB of memory and - looking at memory stats, boost stats and mysql stats - I never reach 100% utilization...
Am I stuck with these random SQL Assoc Failures...?
So, that's odd, I wrote a response, and then re-read yours. You already have a 3G max heap table size. So, your issue could be mysql bug. They made some changes in 5.0.71++ that make the server go away from time to time. (it's a bug).
So, check for a mysql update, and then increase your thread_concurrency to say 32, and also increase your thread_cache_size to 64. That "might" help. For the user who reported this issue (actually Rony). I made both a patch to spine to allow auto-reconnect, and they increased these two variables.
TheWitness
True understanding begins only when we realize how little we truly understand...