<?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: Changing Limits for Services with CentOS 7 / RHEL 7 / Systemd	</title>
	<atom:link href="https://www.grumpyland.com/blog/231/changing-limits-for-services-with-centos-7-rhel-7-systemd/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.grumpyland.com/blog/231/changing-limits-for-services-with-centos-7-rhel-7-systemd/</link>
	<description>Just another Blog</description>
	<lastBuildDate>Fri, 30 May 2025 14:33:28 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Grumpy		</title>
		<link>https://www.grumpyland.com/blog/231/changing-limits-for-services-with-centos-7-rhel-7-systemd/#comment-18396</link>

		<dc:creator><![CDATA[Grumpy]]></dc:creator>
		<pubDate>Fri, 30 May 2025 14:33:28 +0000</pubDate>
		<guid isPermaLink="false">https://www.grumpyland.com/blog/?p=231#comment-18396</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.grumpyland.com/blog/231/changing-limits-for-services-with-centos-7-rhel-7-systemd/#comment-18395&quot;&gt;Armando A Herrera&lt;/a&gt;.

What is it?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.grumpyland.com/blog/231/changing-limits-for-services-with-centos-7-rhel-7-systemd/#comment-18395">Armando A Herrera</a>.</p>
<p>What is it?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Armando A Herrera		</title>
		<link>https://www.grumpyland.com/blog/231/changing-limits-for-services-with-centos-7-rhel-7-systemd/#comment-18395</link>

		<dc:creator><![CDATA[Armando A Herrera]]></dc:creator>
		<pubDate>Fri, 30 May 2025 12:11:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.grumpyland.com/blog/?p=231#comment-18395</guid>

					<description><![CDATA[I have a question <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2753.png" alt="❓" class="wp-smiley" style="height: 1em; max-height: 1em;" />. Sir..]]></description>
			<content:encoded><![CDATA[<p>I have a question ❓. Sir..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: unixrab		</title>
		<link>https://www.grumpyland.com/blog/231/changing-limits-for-services-with-centos-7-rhel-7-systemd/#comment-17117</link>

		<dc:creator><![CDATA[unixrab]]></dc:creator>
		<pubDate>Fri, 02 Dec 2022 22:08:01 +0000</pubDate>
		<guid isPermaLink="false">https://www.grumpyland.com/blog/?p=231#comment-17117</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.grumpyland.com/blog/231/changing-limits-for-services-with-centos-7-rhel-7-systemd/#comment-16453&quot;&gt;Tomas&lt;/a&gt;.

spot on! works perfectly!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.grumpyland.com/blog/231/changing-limits-for-services-with-centos-7-rhel-7-systemd/#comment-16453">Tomas</a>.</p>
<p>spot on! works perfectly!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tomas		</title>
		<link>https://www.grumpyland.com/blog/231/changing-limits-for-services-with-centos-7-rhel-7-systemd/#comment-16453</link>

		<dc:creator><![CDATA[Tomas]]></dc:creator>
		<pubDate>Wed, 12 Apr 2017 19:34:28 +0000</pubDate>
		<guid isPermaLink="false">https://www.grumpyland.com/blog/?p=231#comment-16453</guid>

					<description><![CDATA[You can probably simplify your steps by using 
systemctl edit [name of service].service
That I believe will take care of both creating the directory and file structure and take care of daemon-reload once editing is complete.]]></description>
			<content:encoded><![CDATA[<p>You can probably simplify your steps by using<br />
systemctl edit [name of service].service<br />
That I believe will take care of both creating the directory and file structure and take care of daemon-reload once editing is complete.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Stv		</title>
		<link>https://www.grumpyland.com/blog/231/changing-limits-for-services-with-centos-7-rhel-7-systemd/#comment-16452</link>

		<dc:creator><![CDATA[Stv]]></dc:creator>
		<pubDate>Fri, 10 Mar 2017 15:52:52 +0000</pubDate>
		<guid isPermaLink="false">https://www.grumpyland.com/blog/?p=231#comment-16452</guid>

					<description><![CDATA[Hi,
A small correction;
The &quot;su - apache -c &#039;ulimit -aHS&#039; -s &#039;/bin/bash&#039;&quot; responds to the user not the process.

To find the limits for the process, point to the PID ogf the wrapper:
e.g. for haproxy
pidof haproxy-systemd-wrapper &#124; awk &#039;{print &quot;/proc/&quot;$1&quot;/limits&quot;}&#039; &#124; xargs cat &#124; grep -i open]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
A small correction;<br />
The &#8220;su &#8211; apache -c &#8216;ulimit -aHS&#8217; -s &#8216;/bin/bash'&#8221; responds to the user not the process.</p>
<p>To find the limits for the process, point to the PID ogf the wrapper:<br />
e.g. for haproxy<br />
pidof haproxy-systemd-wrapper | awk &#8216;{print &#8220;/proc/&#8221;$1&#8243;/limits&#8221;}&#8217; | xargs cat | grep -i open</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Grumpy		</title>
		<link>https://www.grumpyland.com/blog/231/changing-limits-for-services-with-centos-7-rhel-7-systemd/#comment-16451</link>

		<dc:creator><![CDATA[Grumpy]]></dc:creator>
		<pubDate>Fri, 20 Jan 2017 07:01:45 +0000</pubDate>
		<guid isPermaLink="false">https://www.grumpyland.com/blog/?p=231#comment-16451</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.grumpyland.com/blog/231/changing-limits-for-services-with-centos-7-rhel-7-systemd/#comment-16450&quot;&gt;Gaurav&lt;/a&gt;.

You can look up via man systemd.exec

If you prefer online version: https://www.freedesktop.org/software/systemd/man/systemd.exec.html]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.grumpyland.com/blog/231/changing-limits-for-services-with-centos-7-rhel-7-systemd/#comment-16450">Gaurav</a>.</p>
<p>You can look up via man systemd.exec</p>
<p>If you prefer online version: <a href="https://www.freedesktop.org/software/systemd/man/systemd.exec.html" rel="nofollow ugc">https://www.freedesktop.org/software/systemd/man/systemd.exec.html</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gaurav		</title>
		<link>https://www.grumpyland.com/blog/231/changing-limits-for-services-with-centos-7-rhel-7-systemd/#comment-16450</link>

		<dc:creator><![CDATA[Gaurav]]></dc:creator>
		<pubDate>Fri, 20 Jan 2017 06:49:15 +0000</pubDate>
		<guid isPermaLink="false">https://www.grumpyland.com/blog/?p=231#comment-16450</guid>

					<description><![CDATA[How do we set the other parameters such as the stack size, no of process etc.
What is the corresponding parameter for it like LimitNOFILE
Can you point to the relevant link]]></description>
			<content:encoded><![CDATA[<p>How do we set the other parameters such as the stack size, no of process etc.<br />
What is the corresponding parameter for it like LimitNOFILE<br />
Can you point to the relevant link</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Grumpy		</title>
		<link>https://www.grumpyland.com/blog/231/changing-limits-for-services-with-centos-7-rhel-7-systemd/#comment-16442</link>

		<dc:creator><![CDATA[Grumpy]]></dc:creator>
		<pubDate>Thu, 28 Jan 2016 22:28:26 +0000</pubDate>
		<guid isPermaLink="false">https://www.grumpyland.com/blog/?p=231#comment-16442</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.grumpyland.com/blog/231/changing-limits-for-services-with-centos-7-rhel-7-systemd/#comment-16441&quot;&gt;walt&lt;/a&gt;.

You can type &lt;pre&gt;su - apache -c &#039;ulimit -aHS&#039; -s &#039;/bin/bash&#039;&lt;/pre&gt; for apache or any other user that you want to check for. You can check here for man of ulimit function: http://ss64.com/bash/ulimit.html]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.grumpyland.com/blog/231/changing-limits-for-services-with-centos-7-rhel-7-systemd/#comment-16441">walt</a>.</p>
<p>You can type </p>
<pre>su - apache -c 'ulimit -aHS' -s '/bin/bash'</pre>
<p> for apache or any other user that you want to check for. You can check here for man of ulimit function: <a href="http://ss64.com/bash/ulimit.html" rel="nofollow ugc">http://ss64.com/bash/ulimit.html</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: walt		</title>
		<link>https://www.grumpyland.com/blog/231/changing-limits-for-services-with-centos-7-rhel-7-systemd/#comment-16441</link>

		<dc:creator><![CDATA[walt]]></dc:creator>
		<pubDate>Thu, 28 Jan 2016 22:23:25 +0000</pubDate>
		<guid isPermaLink="false">https://www.grumpyland.com/blog/?p=231#comment-16441</guid>

					<description><![CDATA[How can you verify if the limit is applied correctly?]]></description>
			<content:encoded><![CDATA[<p>How can you verify if the limit is applied correctly?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
