0

専用サーバー (Intel Quad Core Xeon E5645 VT、6 GB RAM) があります。しかし、私はmysqlに問題があります。

私のサイトには、毎日 40 ~ 60,000 人のユニカル ユーザーがいます。最高のパフォーマンスを得るには、my.cnf を構成する必要があります。

私の現在の設定:

key_buffer              = 256M
max_allowed_packet      = 32M
thread_stack            = 320K
thread_cache_size       = 20
myisam-recover         = BACKUP
max_connections        = 500
myisam_sort_buffer_size = 24M
table_cache            = 1024
tmp_table_size = 48M
query_cache_limit       = 3M
query_cache_size        = 128M
4

1 に答える 1