作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个带有 16 GB 内存的 debian VPS(CPU:4 * 2Ghz)。
当我现在有大约 2,000 个请求/秒时,我注意到一些性能问题。
CPU 在:
41% user, 8% kernel, 2% IO, 49% idle
和公羊:
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
最佳答案
首先:备份好你的my.cnf,万一有什么问题可以回去
然后使用mysqltuner.pl为您提供有关数据库的一些基本信息和一些调优建议。在进行更改之前,请务必引用 mysql 文档该设置的实际作用并评估它(似乎)是否有意义。然后应用更改并在 24+h 后再次运行 mysqltuner 以查看更改
关于mysql - Debian,mysql : How can I tune these values,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10505949/
我是一名优秀的程序员,十分优秀!