Debian,mysql:我如何调整这些值

时间:2012-05-08 20:25:23

标签: mysql apache apache2 debian

我有一个16 GB RAM的debian VPS(CPU:4 * 2Ghz)。

当我现在有大约2,000个请求/秒时,我注意到一些性能问题。

CPU位于:

41% user, 8% kernel, 2% IO, 49% idle

和ram:

15.71 GB total, 4.97 GB used

当涉及到服务器时,我是一个完整的菜鸟,所以我不想惹恼他们。我注意到将max_connections从1,000提高到2,000,并将key_buffer从512增加到1024M时性能提升。

如果有人可以查看下面的值,并告诉我是否可以进行任何调整,那将是非常棒的。提前致谢:

    # * Fine Tuning
#
key_buffer      = 1024M
max_allowed_packet  = 512M
thread_stack        = 192K
thread_cache_size       = 8
# This replaces the startup script and checks MyISAM tables if needed
# the first time they are touched
myisam-recover         = BACKUP
max_connections        = 2000
#table_cache            = 64
#thread_concurrency     = 10
#
# * Query Cache Configuration
#
query_cache_limit   = 32M
query_cache_size        = 128M

1 个答案:

答案 0 :(得分:3)

首先:如果出现任何问题,请备份my.cnf以便返回。

然后使用mysqltuner.pl为您提供有关数据库的一些基本信息和一些调优建议。在进行更改之前,请务必参考mysql文档中的设置实际执行的操作,并评估它(似乎)是否有意义。然后应用更改并在24 + h后再次运行mysqltuner以查看更改