Best unofficial Apache Server developers community |
|
Anyone have some good MySQL config settings for an EC2 Micro instance? The sample config files that come along with MySQL are like 10 years old--one assumes you have a max 64MB of system RAM. Does anyone have some well-tuned settings for a micro EC2 instance? Or even a small instance? Here are some settings that are used for RDS MySQL instances (RDS being sort of a stand-alone EC2 instance that's optimized to run MySQL):
Do these sound like reasonable settings to use, scaling that
posted via ServerFault
|
|
 
|
You can try using the tuning-primer.sh on your micro instance for automatic suggestions based on your current database usage. |