<?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>ulimit &#8211; VeriTeknik</title>
	<atom:link href="https://www.veriteknik.net.tr/en/tag/ulimit/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.veriteknik.net.tr/en/</link>
	<description>VeriTeknik Bilişim &#124; VeriTeknik Bilişim</description>
	<lastBuildDate>Thu, 01 May 2014 19:54:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>&#8220;Argument list too long&#8221; a simple solution</title>
		<link>https://www.veriteknik.net.tr/en/argument-list-long-simple-solution/</link>
					<comments>https://www.veriteknik.net.tr/en/argument-list-long-simple-solution/#respond</comments>
		
		<dc:creator><![CDATA[ckaraca]]></dc:creator>
		<pubDate>Thu, 01 May 2014 19:54:24 +0000</pubDate>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[argument list]]></category>
		<category><![CDATA[getconf]]></category>
		<category><![CDATA[rm]]></category>
		<category><![CDATA[ulimit]]></category>
		<guid isPermaLink="false">http://www.plugged.in/?p=958</guid>

					<description><![CDATA[<p>I was trying to delete a client&#8217;s all bounce emails that was caused by sending spam and rm -rf didn&#8217;t help me at this point first of all try to look at the default value of argument list for your server: type getconf ARG_MAX 2621440 And you can sipmly increase this value by typing: ulimit [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/argument-list-long-simple-solution/">&#8220;Argument list too long&#8221; a simple solution</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I was trying to delete a client&#8217;s all bounce emails that was caused by sending spam and rm -rf didn&#8217;t help me at this point</p>
<p>first of all try to look at the default value of argument list for your server:</p>
<p>type</p>
<pre class="brush: shell; gutter: true; first-line: 1">getconf ARG_MAX
2621440
</pre>
<p>And you can sipmly increase this value by typing:</p>
<pre class="brush: shell; gutter: true; first-line: 1">ulimit -s 665536
</pre>
<p>So you will see that argument list size increases by re-typing:</p>
<pre class="brush: shell; gutter: true; first-line: 1">getconf ARG_MAX
170377216
</pre>
<p>That&#8217;s a quick turnaround for the problem</p>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/argument-list-long-simple-solution/">&#8220;Argument list too long&#8221; a simple solution</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.veriteknik.net.tr/en/argument-list-long-simple-solution/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">958</post-id>	</item>
	</channel>
</rss>
