- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
Mysql 占用了所有 RAM 并最终断开连接。它可以工作大约一天。大约早上 7 点,它下降了。非常感谢有关如何解决此问题的任何指示。
mysql error.log 文件:
170912 7:52:56 [Note] Plugin 'FEDERATED' is disabled.
170912 7:52:56 InnoDB: The InnoDB memory heap is disabled
170912 7:52:56 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170912 7:52:56 InnoDB: Compressed tables use zlib 1.2.8
170912 7:52:56 InnoDB: Using Linux native AIO
170912 7:52:56 InnoDB: Initializing buffer pool, size = 300.0M
170912 7:52:56 InnoDB: Completed initialization of buffer pool
170912 7:52:56 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 4603050230
170912 7:52:56 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 4603057481
170912 7:52:57 InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
InnoDB: Apply batch completed
170912 7:52:57 InnoDB: Waiting for the background threads to start
170912 7:52:58 InnoDB: 5.5.55 started; log sequence number 4603057481
170912 7:52:58 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306
170912 7:52:58 [Note] - '127.0.0.1' resolves to '127.0.0.1';
170912 7:52:58 [Note] Server socket created on IP: '127.0.0.1'.
170912 7:52:58 [Note] Event Scheduler: Loaded 0 events
170912 7:52:58 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.5.55-0+deb8u1-log' socket: '/var/run/mysqld/mysqld.sock' port: 3306 (Debian)
170912 7:53:06 [Note] Plugin 'FEDERATED' is disabled.
170912 7:53:06 InnoDB: The InnoDB memory heap is disabled
170912 7:53:06 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170912 7:53:06 InnoDB: Compressed tables use zlib 1.2.8
170912 7:53:06 InnoDB: Using Linux native AIO
170912 7:53:06 InnoDB: Initializing buffer pool, size = 300.0M
InnoDB: mmap(321945600 bytes) failed; errno 12
170912 7:53:06 InnoDB: Completed initialization of buffer pool
170912 7:53:06 InnoDB: Fatal error: cannot allocate memory for the buffer pool
170912 7:53:06 [ERROR] Plugin 'InnoDB' init function returned error.
170912 7:53:06 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170912 7:53:06 [ERROR] Unknown/unsupported storage engine: InnoDB
170912 7:53:06 [ERROR] Aborting
170912 7:53:06 [Note] /usr/sbin/mysqld: Shutdown complete
如果我增加缓冲池大小,服务器会更快宕机。
最佳答案
这个错误:170912 7:53:06 InnoDB: fatal error :无法为缓冲池分配内存
告诉您缓冲池大小不足以启动 InnoDB。
编辑/etc/MySQL/my.cnf
如果不是我那个目录,那么执行 find/-name my.cnf
搜索 innodb_buffer_pool_size =
将您当前拥有的值降低到小于 50% 的 ram。
innodb_buffer_pool_size = 20M
或者,您可以通过跳过 innodb 来启动 MySQL。
sudo -u mysql mysqld --skip-innodb --default-storage-engine=myisam
关于Mysql日常死机,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46171497/
我搜索了又搜索,但对我帮助不大,因此发布了新问题。平台Ubuntu 11.10 服务器 64 位虚拟机 1.7.0_03 Tomcat 7 配置中没有什么特别之处——前端服务器是使用 ajp 连接器的
我的整个系统(Ubuntu 18.04)总是在我的 c 程序不断将一些日志写入文件大约一小时后卡住。创建的每个文件大约为 100 到 200MB,系统停机前这些文件的总量约为 40-60GB。通常,此
我现在遇到一个问题,我什至不知道如何正确调查。欢迎并感谢任何有关我如何获得更多信息的建议。 我的公司销售以 WinXP PC 为核心的产品。该产品的任务之一是能够按需启动视频播放器——在本例中为 VL
我在 Mac 上用 python 编写了一个程序,打算在 Raspberry Pi 上运行。 它包括一个会变化的背景图片,以及一个开始/停止音乐播放的按钮。 该程序使用pygame。 在 Mac 上,
刚刚将 npm 小更新到最新版本(我不记得它是什么,因为 npm 不再有效 - 因此问题)但我认为我的更新前安装的版本是5.6.0。但这可能是错误的。 无论如何在运行之后...... sudo npm
我不明白为什么这个应用程序在 send 时死掉。这是服务器的代码: #include #include #include #include #include #include #defin
当我通过 Mobaxterm 连接到 EC2 实例时,一段时间后我的 jupyter notebook 内核失去连接。 并且一些非常耗时的操作/(当前正在运行的任务)需要一次又一次地重新执行并且永无止
我是一名优秀的程序员,十分优秀!