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

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

MySQL中的swap怎么配置-創(chuàng)新互聯(lián)

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

為迪慶州等地區(qū)用戶提供了全套網(wǎng)頁設(shè)計制作服務(wù),及迪慶州網(wǎng)站建設(shè)行業(yè)解決方案。主營業(yè)務(wù)為網(wǎng)站設(shè)計、網(wǎng)站制作、迪慶州網(wǎng)站設(shè)計,以傳統(tǒng)方式定制建設(shè)網(wǎng)站,并提供域名空間備案等一條龍服務(wù),秉承以專業(yè)、用心的態(tài)度為用戶提供真誠的服務(wù)。我們深信只要達(dá)到每一位用戶的要求,就會得到認(rèn)可,從而選擇與我們長期合作。這樣,我們也可以走得更遠(yuǎn)!

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、針對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”是一個特殊的值。如果設(shè)置為-17,就會禁止OOM Killer發(fā)出的信號(從Linux 2.6.12開始支持設(shè)置-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

修改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í)后,相信大家對MySQL中的swap怎么配置這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是創(chuàng)新互聯(lián),小編將為大家推送更多相關(guān)知識點的文章,歡迎關(guān)注!


網(wǎng)站題目:MySQL中的swap怎么配置-創(chuàng)新互聯(lián)
鏈接地址:http://weahome.cn/article/ppdpe.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部