<?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>Great Tips for your PC &#187; Apache</title>
	<atom:link href="http://pctips.us/tag/apache/feed" rel="self" type="application/rss+xml" />
	<link>http://pctips.us</link>
	<description>How to Make Your PC More Powerful</description>
	<lastBuildDate>Wed, 17 Feb 2010 23:10:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>APACHE: Performance Tuning</title>
		<link>http://pctips.us/linux/apache-performance-tuning/ </link>
		<comments>http://pctips.us/linux/apache-performance-tuning/ #comments</comments>
		<pubDate>Wed, 20 May 2009 18:09:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[tuning]]></category>

		<guid isPermaLink="false">http://pctips.us/?p=631</guid>
		<description><![CDATA[MaxClients defines how many simultaneous requests can be served. Any connection requests from browsers that come in after that will be queued. Default hard limit of 256.
Is ok to set high for static content, but bad for rendered pages.
MaxSpareServers
MinSpareServers
StartServers
ServerLimit
Thrashing where the system is just swapping pages from physical memory to virtual memory (on disk), and [...]]]></description>
			<content:encoded><![CDATA[<p>MaxClients defines how many simultaneous requests can be served. Any connection requests from browsers that come in after that will be queued. Default hard limit of 256.<br />
Is ok to set high for static content, but bad for rendered pages.</p>
<blockquote><p><code>MaxSpareServers<br />
MinSpareServers<br />
StartServers<br />
ServerLimit</code></p></blockquote>
<p>Thrashing where the system is just swapping pages from physical memory to virtual memory (on disk), and vice versa, without doing any real work.<br />
Apache processes with modules (mod_perl, mod_python, mod_php) can easily be 21MB per process.<br />
Can improve with PHP opcode cache/accelerator, then you can make each Apache process take as little as 12MB.<br />
this is where one_liner for RSS sort processes by mem usage</p>
<blockquote><p><code># ps auwxx -- sort rss<br />
# icps "semiphores"</code></p></blockquote>
<p>if apache is high mem usage, check MaxRequestsPerChild and keepalives</p>
]]></content:encoded>
			<wfw:commentRss>http://pctips.us/linux/apache-performance-tuning/ /feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
