I have Dell PE2950iii with 16GB of RAM, and 1 Quadcore processor @2.00G.
Installed with MySQL 5.075 on 64bit Ubuntu Jaunty. I have these
parameters in my.cnf:

[mysqld]
key_buffer              = 512M
max_allowed_packet      = 512M
thread_stack            = 4096K
thread_cache_size       = 256

myisam-recover          = BACKUP
max_connections        = 999
table_cache            = 2048
thread_concurrency     = 100

query_cache_limit       = 32M
query_cache_size        = 512M

expire_logs_days        = 10
max_binlog_size         = 100M

skip-innodb
skip-federated

[mysqldump]
quick
quote-names
max_allowed_packet      = 512M

[isamchk]
key_buffer              = 512M


Is it optimized enough for a high load MySQL server machine? Is there
any suggestion to get more speed and response? TIA




Willy


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to