91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

MySQL 5.6因為OOM導致數據庫重啟

發布時間:2020-08-09 08:29:53 來源:ITPUB博客 閱讀:246 作者:feelpurple 欄目:MySQL數據庫

線上的一套MySQL 5.6的從庫,因為OOM而導致數據庫重啟。

# tail -50 /var/log/messages
Nov 13 16:00:40 app-push-db2 kernel: Out of memory: Kill process 26121 (mysqld) score 957 or sacrifice child
Nov 13 16:00:40 app-push-db2 kernel: Killed process 26121 (mysqld) total-vm:18804176kB, anon-rss:15541596kB, file-rss:0kB, shmem-rss:0kB


報錯原因:

這臺實例所在的服務器上面部署了單實例MySQL,物理內存為16G,分配給數據庫的緩存innodb_fuffer_pool_size為12G。

# free -g
              total        used        free      shared  buff/cache   available
Mem:             15          10           0           0           5           4
Swap:             0           0           0

為了提高性能,這臺實例關閉了磁盤的swap交換。

# cat /etc/rc.local
#!/bin/bash
# THIS FILE IS ADDED FOR COMPATIBILITY PURPOSES
#
# It is highly advisable to create own systemd services or udev rules
# to run scripts during boot instead of using this file.
#
# In contrast to previous versions due to parallel execution during boot
# this script will NOT be run after all other services.
#
# Please note that you must run 'chmod +x /etc/rc.d/rc.local' to ensure
# that this script will be executed during boot.
touch /var/lock/subsys/local
swapoff -a

當客戶端連接多的時候,導致內存資源耗盡。


解決方法:

將innodb_buffer_pool_size調整為10G,預留出一些內存給操作系統和客戶端連接。

重啟數據庫,使參數生效。

# grep innodb_buffer_pool /etc/my.cnf
innodb_buffer_pool_size=10G



向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

栾城县| 安庆市| 乡宁县| 阜宁县| 化德县| 芜湖市| 东乡族自治县| 台湾省| 昭觉县| 渑池县| 天台县| 西吉县| 涟水县| 贺兰县| 阿鲁科尔沁旗| 长阳| 游戏| 铜鼓县| 大埔县| 兴隆县| 镇江市| 百色市| 广河县| 普兰店市| 柳州市| 扶绥县| 内黄县| 株洲市| 鹰潭市| 肇州县| 乐都县| 江北区| 海阳市| 化隆| 思南县| 东兰县| 瓦房店市| 蒲城县| 洪泽县| 会同县| 南投县|