我正在尝试优化 LAMP 堆栈。这是服务器的配置。
CPU:4 vCore
Ram:4096 MB
Storage:90 GB SSD
Bandwidth: 4000 GB
当我尝试使用800并发访问者,我收到这些错误。
[alert] socket: 1009293056 select timed out: Connection timed out
[alert] socket: 2058381056 select timed out: Connection timed out
[alert] socket: 1439418112 select timed out: Connection timed out
[alert] socket: 768001792 select timed out: Connection timed out
[alert] socket: -2144266496 select timed out: Connection timed out
[alert] socket: 507827968 select timed out: Connection timed out
这是我出现错误时的内存使用情况...
total used free shared buffers cached
Mem: 3953 333 3619 24 13 141
-/+ buffers/cache: 178 3774
Swap: 1023 0 1023
我想知道为什么我会收到这些错误3300MBRAM 是免费的。
我知道自己做错了什么。但我不知道自己错在哪里。