中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

MySQL中的swap怎么配置

發布時間:2021-08-12 10:10:33 來源:億速云 閱讀:276 作者:chen 欄目:MySQL數據庫

這篇文章主要講解了“MySQL中的swap怎么配置”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“MySQL中的swap怎么配置”吧!

Swappiness

Swappiness is a parameter that controls the relative weight given to swapping out runtime memory, as opposed to dropping pages from the system. Swappiness can be set to values between 0 and 100 inclusive. A low value causes the kernel to avoid swapping, a higher value causes the kernel to try to use swap space. The default value is60, and for most desktop systems, setting it to 100 may affect the overall performance, whereas setting it lower (even 0) may decrease response latency

 

大概意思是說:Swappiness linuxswappiness0~10060swapswappiness1000

 MySQL中的swap怎么配置

With kernel version 3.5 and over, as well as kernel version 2.6.32-303 and over, it is likely better to use 1 for cases where 0 used to be optimal

在內核版本3.5以及以上和 RHEL/CentOS kernels內核版本2.6.32-303.el6以及以上,建議使用1來代替之前內核版本下的swappiness=0的效果。

 

此修改在很多資料都特別提示了,如RHEL官方:

MySQL中的swap怎么配置

 

MySQLInnoDBLinuxCPUIO InnoDBcacheInnoDB 

MySQLvm.swappiness=0

OSvm.swappiness = 0swapswapswap

3.5 RHEL/CentOS kernels2.6.32-303vm.swappiness = 0swapnr_free + nr_filebacked < high watermarkswapswapLinuxOOMkillMySQL

wiki 

解決辦法

1、盡量保證Linux操作系統還有足夠的內存

2、針對MySQL服務器OS

         之vm.swappiness=0

   3.5以及以上和 RHEL/CentOS kernels內核版本2.6.32-303.el6以及以上),建議設置vm.swappiness=1

3、考慮設置 /proc/(pidof -s mysqld)/oom_adj為較小的值來盡量避免MySQL由于內存不足而被關閉。

      值的范圍為-16~15,“-17”是一個特殊的值。如果設置為-17,就會禁止OOM Killer發出的信號(從Linux 2.6.12開始支持設置-17)。

      例如:echo  -15 > /proc/(pidof -s mysqld)/oom_score_adj

修改swappiness的方法 

#臨時修改

# Set the swappiness value as root

echo 10 > /proc/sys/vm/swappiness

 

# Alternatively, run this

sysctl -w vm.swappiness=10

 

# Verify the change

cat /proc/sys/vm/swappiness

10

 

# Alternatively, verify the change

sysctl vm.swappiness

vm.swappiness = 10

#永久生效需要修改配置文件sysctl.conf

/etc/sysctl.conf

vm.swappiness = 10

修改mysqloom_adj

# cat /proc/(pidof -s mysqld)/oom_score_adj

0

# echo -15 > /proc/(pidof -s mysqld)/oom_score_adj

#當然,如果需要的話可以完全關閉 OOM killer(不推薦用在生產環境):

# sysctl -w vm.overcommit_memory=2

# echo "vm.overcommit_memory=2" >> /etc/sysctl.conf

https://en.wikipedia.org/wiki/Swappiness#cite_note-2

https://www.percona.com/blog/2014/04/28/oom-relation-vm-swappiness0-new-kernel/

http://blog.csdn.net/longxibendi/article/details/38146521

http://www.vpsee.com/2013/10/how-to-configure-the-linux-oom-killer/

感謝各位的閱讀,以上就是“MySQL中的swap怎么配置”的內容了,經過本文的學習后,相信大家對MySQL中的swap怎么配置這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!

向AI問一下細節

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

AI

原阳县| 宁国市| 富阳市| 涡阳县| 成武县| 册亨县| 繁昌县| 德清县| 佛教| 黄大仙区| 扶风县| 娱乐| 巴彦县| 永吉县| 巴中市| 乐平市| 满城县| 喀什市| 修水县| 景东| 河津市| 茌平县| 固始县| 安达市| 东辽县| 达州市| 南陵县| 南召县| 东阿县| 松阳县| 政和县| 丰台区| 探索| 兴山县| 司法| 什邡市| 贵溪市| 阿拉尔市| 天水市| 城市| 蛟河市|