我在 x64 amazon linux ami 上设置了一个 EC2 实例。
我正在使用 PHP 和 Wordpress 以及由 MySQL 支持的 W3 总缓存和 php-apc 来测试一个可以相对便宜地处理相当数量的连接的博客。
但是,我的mysql不断崩溃。
取自 /var/log/mysqld.log
120912 8:44:24 InnoDB: Completed initialization of buffer pool
120912 8:44:24 InnoDB: Fatal error: cannot allocate memory for the buffer pool
120912 8:44:24 [ERROR] Plugin 'InnoDB' init function returned error.
120912 8:44:24 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
120912 8:44:24 [ERROR] Unknown/unsupported storage engine: InnoDB
有人知道这可能发生的原因吗?
当前内存使用情况(下)
[root@ip-obscure mysql]# free -m
total used free shared buffers cached
Mem: 594 363 230 0 3 67
-/+ buffers/cache: 293 301
Swap: 0 0 0