我有一个 16 GB 内存(CPU:4 * 2Ghz)的 debian VPS。
当我现在有大约 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