<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.1701technology.com/index.php?action=history&amp;feed=atom&amp;title=Performance_Tuning_Apache</id>
	<title>Performance Tuning Apache - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.1701technology.com/index.php?action=history&amp;feed=atom&amp;title=Performance_Tuning_Apache"/>
	<link rel="alternate" type="text/html" href="https://wiki.1701technology.com/index.php?title=Performance_Tuning_Apache&amp;action=history"/>
	<updated>2026-05-06T14:40:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.1701technology.com/index.php?title=Performance_Tuning_Apache&amp;diff=1085&amp;oldid=prev</id>
		<title>Michael.mast: Created page with &quot;I do not know what I am doing with this, these are just notes I pulled elsewhere.  ==Workers and Children== &lt;ref&gt;https://serverfault.com/questions/353828/finding-average-size-...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.1701technology.com/index.php?title=Performance_Tuning_Apache&amp;diff=1085&amp;oldid=prev"/>
		<updated>2019-03-30T15:53:48Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;I do not know what I am doing with this, these are just notes I pulled elsewhere.  ==Workers and Children== &amp;lt;ref&amp;gt;https://serverfault.com/questions/353828/finding-average-size-...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;I do not know what I am doing with this, these are just notes I pulled elsewhere.&lt;br /&gt;
&lt;br /&gt;
==Workers and Children==&lt;br /&gt;
&amp;lt;ref&amp;gt;https://serverfault.com/questions/353828/finding-average-size-of-single-apache-process-for-setting-maxclients&amp;lt;/ref&amp;gt;The following is the first step in knowing how many max request workers should be used.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ps -ylC httpd --sort:rss | awk '{sum+=$8; ++n} END {print &amp;quot;Tot=&amp;quot;sum&amp;quot;(&amp;quot;n&amp;quot;)&amp;quot;;print &amp;quot;Avg=&amp;quot;sum&amp;quot;/&amp;quot;n&amp;quot;=&amp;quot;sum/n/1024&amp;quot;MB&amp;quot;}'&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If I understand things correctly (which I probably don't), I should be able to increase the number of workers from default 30 to 60.&lt;br /&gt;
*Average per process : ~150M (I round up to 200M)&lt;br /&gt;
*Total RAM : 15667M - 512M (for server overhead) = 15155M&lt;br /&gt;
* 15155M / 200M = ~79&lt;/div&gt;</summary>
		<author><name>Michael.mast</name></author>
		
	</entry>
</feed>