<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Set Limits on User Running Processes in Linux	</title>
	<atom:link href="https://www.tecmint.com/set-limits-on-user-processes-using-ulimit-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/set-limits-on-user-processes-using-ulimit-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 08:55:52 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: ramu		</title>
		<link>https://www.tecmint.com/set-limits-on-user-processes-using-ulimit-in-linux/comment-page-1/#comment-1052917</link>

		<dc:creator><![CDATA[ramu]]></dc:creator>
		<pubDate>Fri, 26 Oct 2018 12:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=19824#comment-1052917</guid>

					<description><![CDATA[Hi, why it should be 16384 only? even i have same issue. I tried with 4096 it is not resolving the issue.]]></description>
			<content:encoded><![CDATA[<p>Hi, why it should be 16384 only? even i have same issue. I tried with 4096 it is not resolving the issue.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Deepa		</title>
		<link>https://www.tecmint.com/set-limits-on-user-processes-using-ulimit-in-linux/comment-page-1/#comment-951216</link>

		<dc:creator><![CDATA[Deepa]]></dc:creator>
		<pubDate>Mon, 18 Dec 2017 07:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=19824#comment-951216</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/set-limits-on-user-processes-using-ulimit-in-linux/comment-page-1/#comment-951179&quot;&gt;Ravi Saive&lt;/a&gt;.

Thank you, We are Using RHEL 6. Checked the &lt;strong&gt;/etc/limits. d/90-nproc.conf&lt;/strong&gt; this file has same values as you mentioned. However when I run &lt;strong&gt;ulimit - u&lt;/strong&gt; as root or any other user get value 150.
 
In file &lt;strong&gt;/etc/security/limits.conf&lt;/strong&gt; file I commented line &lt;strong&gt;*  hard nproc 150&lt;/strong&gt; which was there before.  I logged out restarted httpd still same value is coming.  How reset default nproc value for root and other users.  Please help]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/set-limits-on-user-processes-using-ulimit-in-linux/comment-page-1/#comment-951179">Ravi Saive</a>.</p>
<p>Thank you, We are Using RHEL 6. Checked the <strong>/etc/limits. d/90-nproc.conf</strong> this file has same values as you mentioned. However when I run <strong>ulimit &#8211; u</strong> as root or any other user get value 150.</p>
<p>In file <strong>/etc/security/limits.conf</strong> file I commented line <strong>*  hard nproc 150</strong> which was there before.  I logged out restarted httpd still same value is coming.  How reset default nproc value for root and other users.  Please help</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/set-limits-on-user-processes-using-ulimit-in-linux/comment-page-1/#comment-951179</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 18 Dec 2017 05:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=19824#comment-951179</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/set-limits-on-user-processes-using-ulimit-in-linux/comment-page-1/#comment-950879&quot;&gt;Deepa&lt;/a&gt;.

@Deepa,

The system wide configuration file &lt;strong&gt;/etc/security/limits.d/90-nproc.conf&lt;/strong&gt; (RHEL6) and &lt;strong&gt;/etc/security/limits.d/20-nproc.conf&lt;/strong&gt; (RHEL7) specifies the default nproc limits as:
&lt;pre&gt;
*            soft    nproc     1024
root       soft    nproc     unlimited
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/set-limits-on-user-processes-using-ulimit-in-linux/comment-page-1/#comment-950879">Deepa</a>.</p>
<p>@Deepa,</p>
<p>The system wide configuration file <strong>/etc/security/limits.d/90-nproc.conf</strong> (RHEL6) and <strong>/etc/security/limits.d/20-nproc.conf</strong> (RHEL7) specifies the default nproc limits as:</p>
<pre>
*            soft    nproc     1024
root       soft    nproc     unlimited
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Deepa		</title>
		<link>https://www.tecmint.com/set-limits-on-user-processes-using-ulimit-in-linux/comment-page-1/#comment-950879</link>

		<dc:creator><![CDATA[Deepa]]></dc:creator>
		<pubDate>Sun, 17 Dec 2017 14:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=19824#comment-950879</guid>

					<description><![CDATA[I am able to change the &lt;strong&gt;nproc&lt;/strong&gt; for additional users using &lt;strong&gt;/etc/security/limits.conf&lt;/strong&gt; but some how root users nproc value set is 150. When logged as root and execute &lt;strong&gt;ulimit -n&lt;/strong&gt; I get the value 150. 

How can I change root users nproc value?]]></description>
			<content:encoded><![CDATA[<p>I am able to change the <strong>nproc</strong> for additional users using <strong>/etc/security/limits.conf</strong> but some how root users nproc value set is 150. When logged as root and execute <strong>ulimit -n</strong> I get the value 150. </p>
<p>How can I change root users nproc value?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jalal Hajigholamali		</title>
		<link>https://www.tecmint.com/set-limits-on-user-processes-using-ulimit-in-linux/comment-page-1/#comment-780374</link>

		<dc:creator><![CDATA[Jalal Hajigholamali]]></dc:creator>
		<pubDate>Sun, 15 May 2016 03:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=19824#comment-780374</guid>

					<description><![CDATA[Hi,

Thanks a lot.]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks a lot.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
