Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1999895
  • 博文数量: 176
  • 博客积分: 1857
  • 博客等级: 上尉
  • 技术积分: 2729
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-14 22:55
个人简介

吾生有涯,而知无涯,适当止学.循序渐进,步步提升 Talk is cheap, show me the code.

文章分类

全部博文(176)

文章存档

2019年(1)

2018年(14)

2017年(20)

2016年(31)

2015年(15)

2014年(5)

2013年(10)

2012年(80)

分类: Mysql/postgreSQL

2012-07-10 15:03:23

120710 11:01:38 InnoDB: Initializing buffer pool, size = 8.0G
InnoDB: mmap(8791261184 bytes) failed; errno 12
120710 11:01:38 InnoDB: Completed initialization of buffer pool
120710 11:01:38 InnoDB: Fatal error: cannot allocate memory for the buffer pool
120710 11:01:38 [ERROR] Plugin 'InnoDB' init function returned error.
120710 11:01:38 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
120710 11:01:38 [ERROR] Unknown/unsupported storage engine: InnoDB
120710 11:01:38 [ERROR] Aborting

从err日志,可以看出,我分配的Initializing buffer pool, size = 8.0G,使得机器无法初始化。导致mysql启动不起来。

这个值=>my.cnf的innodb_buffer_pool_size

只要重新设置innodb_buffer_pool_size即可。官方文档默认值给出的是128M,如下图所示。

Name Old Default New Default
innodb_additional_mem_pool_size 1MB 8MB
innodb_buffer_pool_size 8MB 128MB
innodb_change_buffering inserts all
innodb_file_format_check ON 1
innodb_log_buffer_size 1MB 8MB
innodb_max_dirty_pages_pct 90 75
innodb_sync_spin_loops 20 30
innodb_thread_concurrency 8 0





阅读(15634) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~