- 积分
- 117977
- 威望
-
- 金钱
-
- 注册时间
- 2009-4-24
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2017-4-8 09:12:25
|
显示全部楼层
2017-04-07T14:02:46.303960Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2017-04-07T14:02:46.304028Z 0 [ERROR] InnoDB: mmap(137428992 bytes) failed; errno 12
2017-04-07T14:02:46.304037Z 0 [ERROR] InnoDB: Cannot allocate memory for the buffer pool
2017-04-07T14:02:46.304043Z 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
2017-04-07T14:02:46.304054Z 0 [ERROR] Plugin 'InnoDB' init function returned error.
2017-04-07T14:02:46.304059Z 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2017-04-07T14:02:46.304064Z 0 [ERROR] Failed to initialize plugins.
2017-04-07T14:02:46.304066Z 0 [ERROR] Aborting
内存不够用了
你的是什么配置的?可以先调整innodb_buffer_pool_size 调小些观察看看 |
|