真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

MySQL中的swap怎么配置

這篇文章主要講解了“MySQL中的swap怎么配置”,文中的講解內(nèi)容簡(jiǎn)單清晰,易于學(xué)習(xí)與理解,下面請(qǐng)大家跟著小編的思路慢慢深入,一起來研究和學(xué)習(xí)“MySQL中的swap怎么配置”吧!

吉州ssl適用于網(wǎng)站、小程序/APP、API接口等需要進(jìn)行數(shù)據(jù)傳輸應(yīng)用場(chǎng)景,ssl證書未來市場(chǎng)廣闊!成為成都創(chuàng)新互聯(lián)公司的ssl證書銷售渠道,可以享受市場(chǎng)價(jià)格4-6折優(yōu)惠!如果有意向歡迎電話聯(lián)系或者加微信:18980820575(備注:SSL證書合作)期待與您的合作!

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

在內(nèi)核版本3.5以及以上和 RHEL/CentOS kernels內(nèi)核版本2.6.32-303.el6以及以上,建議使用1來代替之前內(nèi)核版本下的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操作系統(tǒng)還有足夠的內(nèi)存

2、針對(duì)MySQL的服務(wù)器OS:

         之vm.swappiness=0

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

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

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

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

修改swappiness的方法 

#臨時(shí)修改

# 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

修改mysql的oom_adj值

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

0

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

#當(dāng)然,如果需要的話可以完全關(guān)閉 OOM killer(不推薦用在生產(chǎn)環(huán)境):

# 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怎么配置”的內(nèi)容了,經(jīng)過本文的學(xué)習(xí)后,相信大家對(duì)MySQL中的swap怎么配置這一問題有了更深刻的體會(huì),具體使用情況還需要大家實(shí)踐驗(yàn)證。這里是創(chuàng)新互聯(lián),小編將為大家推送更多相關(guān)知識(shí)點(diǎn)的文章,歡迎關(guān)注!


新聞標(biāo)題:MySQL中的swap怎么配置
轉(zhuǎn)載來源:http://weahome.cn/article/pdisce.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部