Hi guys,
Installed the Bitnami Wordpress AMI and enabled it for Multisite according to the manuals/tutorials/how-to's/wikis. However, the mySQL servers keeps getting shut down by a overflow of the buffer pool size:
120918 0:45:59 [Note] Plugin 'FEDERATED' is disabled.
120918 0:45:59 InnoDB: Mutexes and rw_locks use GCC atomic builtins
120918 0:45:59 InnoDB: Compressed tables use zlib 1.2.3
120918 0:45:59 InnoDB: Using Linux native AIO
120918 0:45:59 InnoDB: Initializing buffer pool, size = 64.0M
InnoDB: mmap(68681728 bytes) failed; errno 12
120918 0:45:59 InnoDB: Completed initialization of buffer pool
120918 0:45:59 InnoDB: Fatal error: cannot allocate memory for the buffer pool
120918 0:45:59 [ERROR] Plugin 'InnoDB' init function returned error.
120918 0:45:59 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
120918 0:45:59 [ERROR] Unknown/unsupported storage engine: InnoDB
120918 0:45:59 [ERROR] Aborting
120918 0:45:59 [Note] /opt/bitnami/mysql/bin/mysqld.bin: Shutdown complete
120918 00:45:59 mysqld_safe mysqld from pid file /opt/bitnami/mysql/data/ip-10-32-40-177.pid ended
Now, I've been trying every mentioned answer on this and other forums, but they all seem outdated (due to older mySQL-versions) or just not working. The whole "get more memory" isn't the answer as well: upgraded the config from small to medium, upped the buffer pool size, but at the end it only postponed the error and thus shutting down for a couple of hours.
Using the ami-a197add5 on a small EC2 instance.
Please help, this is getting rather annoying! :-)