<?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: WCF: Efficient Buffer Management</title>
	<atom:link href="http://kennyw.com/work/indigo/51/feed" rel="self" type="application/rss+xml" />
	<link>http://kennyw.com/work/indigo/51</link>
	<description>Kenny Wolf's Thoughts of the Moment</description>
	<lastBuildDate>Tue, 09 Mar 2010 15:40:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steve</title>
		<link>http://kennyw.com/work/indigo/51/comment-page-1#comment-192869</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 16 Feb 2010 22:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://kennyw.com/indigo/51#comment-192869</guid>
		<description>Thanks, I have been searching and flogging my WCF app for quite a while to work out why it was consuming too much memory, and it turned out MaxBufferPoolSize was the answer, I was setting this way too big (having been ignorant of what it was when originally configuring things). With big messages (~2MB) this was a total disaster for the large object heap which, with heavy usage, ends up getting very out of hand.</description>
		<content:encoded><![CDATA[<p>Thanks, I have been searching and flogging my WCF app for quite a while to work out why it was consuming too much memory, and it turned out MaxBufferPoolSize was the answer, I was setting this way too big (having been ignorant of what it was when originally configuring things). With big messages (~2MB) this was a total disaster for the large object heap which, with heavy usage, ends up getting very out of hand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kennyw.com &#187; Blog Archive &#187; TcpTransport&#8217;s Buffer Management in WCF</title>
		<link>http://kennyw.com/work/indigo/51/comment-page-1#comment-89269</link>
		<dc:creator>kennyw.com &#187; Blog Archive &#187; TcpTransport&#8217;s Buffer Management in WCF</dc:creator>
		<pubDate>Mon, 18 Feb 2008 17:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://kennyw.com/indigo/51#comment-89269</guid>
		<description>[...] for larger messages (i.e. &gt; 4MB). Usually this switch is combined with a tweak of your MaxBufferPoolSize in order to avoid memory [...]</description>
		<content:encoded><![CDATA[<p>[...] for larger messages (i.e. &gt; 4MB). Usually this switch is combined with a tweak of your MaxBufferPoolSize in order to avoid memory [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
