<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Yuval Ararat &#187; JVM</title>
	<atom:link href="http://www.yuvalararat.com/category/java/jvm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yuvalararat.com</link>
	<description>Web geek on Content</description>
	<lastBuildDate>Wed, 24 Feb 2010 11:13:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.4" -->
		<copyright>Copyright &#xA9; 2010 Yuval Ararat </copyright>
		<managingEditor>ararat01@hotmail.com ()</managingEditor>
		<webMaster>ararat01@hotmail.com ()</webMaster>
		<category>posts</category>
		<ttl>1440</ttl>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Web geek on a mission from ######### (censured by the Australian labor government)</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>ararat01@hotmail.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://www.yuvalararat.com/wp-images/yuval_pic_144X144.JPG" />
		<image>
			<url>http://www.yuvalararat.com/wp-images/yuval_pic_144X144.JPG</url>
			<title>Yuval Ararat</title>
			<link>http://www.yuvalararat.com</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>IBM HTTP server performance</title>
		<link>http://www.yuvalararat.com/2008/10/ibm-http-server-performance/</link>
		<comments>http://www.yuvalararat.com/2008/10/ibm-http-server-performance/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 14:44:54 +0000</pubDate>
		<dc:creator>yuval</dc:creator>
				<category><![CDATA[Experiance]]></category>
		<category><![CDATA[JVM]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Apache web server]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[memory chips]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[servers 4Gb memory chips]]></category>
		<category><![CDATA[slower processing]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://www.ararat.org.il/?p=432</guid>
		<description><![CDATA[IBM HTTP server performance]]></description>
			<content:encoded><![CDATA[<p></p><p>This is a lesson learned from yesterdays fun at the Data center.<br />
The IBM Http server and probably the Apache web server are sensitive to memory of the operating system regardless of the memory allocated to them.<br />
We have been experiencing a problematic behavior from our webservers. they were slowing the application response time by 15-20 seconds and were generally running on high CPU cycles.<br />
The system they were running on had 1Gb of memory allocated to it and we were sure this was sufficient since the JVM of the webserver was around 256Mb.<br />
At some point we noticed a big amount of page faults on the Apache process and decided to get the memory increased.<br />
We had installed on our servers 4Gb memory chips instead of the 1Gb and restarted the servers.<br />
Accidentally we had hit the server prior to resetting its memory allocation and we were surprised that the response was less then a second.<br />
Getting this response made us really happy and we decided to leave the memory as is and let it run that way.<br />
Appearance there is an issue with the OS and the JVM stepping on each other heals in the Processing area and not the JVM area thus creating a slower processing from the Http server.<br />
So next time you have a webserver with performance issues you might consider just putting some memory chips in it and see what it does.</p>
<div class="fullcircle-social-links" style="display: block;"></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.yuvalararat.com/2008/10/ibm-http-server-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
