<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>bbr &#8211; 悠然居</title>
	<atom:link href="https://wordpress.youran.me/tag/bbr/feed/" rel="self" type="application/rss+xml" />
	<link>https://wordpress.youran.me</link>
	<description>极客技术博客</description>
	<lastBuildDate>Wed, 15 Mar 2017 05:44:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.8</generator>
	<item>
		<title>centos 7安装BBR</title>
		<link>https://wordpress.youran.me/centos-7-install-bbr/</link>
					<comments>https://wordpress.youran.me/centos-7-install-bbr/#respond</comments>
		
		<dc:creator><![CDATA[youran]]></dc:creator>
		<pubDate>Tue, 14 Mar 2017 13:51:52 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bbr]]></category>
		<guid isPermaLink="false">https://wordpress.youran.me/?p=684</guid>

					<description><![CDATA[以前一直锐速，对服务器上行质量提升显著，但毕竟是个第三方商业公司的产品，而且一般人只会用破解版，安全性无法保证。正好前段时间出来了一个TCP拥堵控制模块，进入了4.9内核，很多人用下来感觉性能直逼锐速，关键是对内存要求低，基本上只要是kvm的vps就行，不像锐速在256M内存的centos7下经常会卡死，或者直接无法启动。 这里把在centos7下安装BBR模块的步骤写一下供参考。也可以直接去elrepo官网查看。 1. 安装elrepo wget http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm yum localinstall -y elrepo-release-7.0-2.el7.elrepo.noarch.rpm 2. 修改repo文件 elrepo-kernel默认是禁用的，需要手动打开。 方法是修改/etc/yum.repos.d/elrepo.repo，将其中[elrepo-kernel]下面的enabled=0改成enabled=1即可。 3. 安装4.9内核 yum install -y kernel-ml 可能你会发现安装的内核版本号已经不止4.9了，如4.10。没关系只要大于4.9都可以。 4. 选择开机启动的内核 安装完内核，还需要将其设为开机启动的内核才能起效。这里提供一个脚本，可以很方便地选择grub2的默认启动内核。 》点击下载《 bash grub2-select.bash 5. 指定BBR为拥堵控制模块 修改/etc/sysctl.conf，在最下面加入如下两行(已有的话就修改对应值)： net.core.default_qdisc = fq net.ipv4.tcp_congestion_control = &#8230;]]></description>
		
					<wfw:commentRss>https://wordpress.youran.me/centos-7-install-bbr/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 31/40 objects using Disk
Page Caching using Disk: Enhanced 
Database Caching 4/9 queries in 0.001 seconds using Disk

Served from: wordpress.youran.me @ 2026-06-21 03:50:30 by W3 Total Cache
-->