x64 amazon linux ami に EC2 インスタンスを設定しています。
私は PHP と Wordpress を W3 トータル キャッシュと php-apc を使用して MySQL に支えられて、かなりの数の接続を比較的安価に処理できるブログをテストしています。
ただし、私の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