<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>限制 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/restrict/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Wed, 24 Feb 2021 12:32:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>性能压测时通过docker突破nofile / 端口数量的限制</title>
		<link>https://www.coder4.com/archives/7223</link>
					<comments>https://www.coder4.com/archives/7223#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Wed, 24 Feb 2021 12:32:33 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[压测]]></category>
		<category><![CDATA[性能]]></category>
		<category><![CDATA[限制]]></category>
		<guid isPermaLink="false">https://www.coder4.com/?p=7223</guid>

					<description><![CDATA[服务端性能压测时，在客户端侧经常遇到两个问题： nofile超限额，对于Linux尚可调整，但是对于Mac系统调整非常难。 tcp端口数限制(3w左右，放开限制也只能到6w），这个没法调整 可以通过docker的方式，突破这两个限制 #!/bin/bash docker run -v $(pwd):/benchmark-client.bin -it ubuntu:20.04 /app/benchmark-client.bin 如上，我们启用若干个个docker，每个都[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/7223/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
