环境细节:
Server: Amazon ec2 Linux
Web Server: Apache
Web Framework: Django with mod_wsgi
Run Code Online (Sandbox Code Playgroud)
以下我在mysql_err.log文件中找到了.
The InnoDB memory heap is disabled
120823 3:21:40 InnoDB: Mutexes and rw_locks use GCC atomic builtins
120823 3:21:40 InnoDB: Compressed tables use zlib 1.2.3
120823 3:21:40 InnoDB: Using Linux native AIO
120823 3:21:41 InnoDB: Initializing buffer pool, size = 128.0M
InnoDB: mmap(137363456 bytes) failed; errno 12
120823 3:21:41 InnoDB: Completed initialization of buffer pool
120823 3:21:41 InnoDB: Fatal error: cannot allocate memory for the buffer pool …Run Code Online (Sandbox Code Playgroud)