<?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>Get-PowerShell &#187; WSMAN</title>
	<atom:link href="http://get-powershell.com/category/wsman/feed/" rel="self" type="application/rss+xml" />
	<link>http://get-powershell.com</link>
	<description></description>
	<lastBuildDate>Sat, 10 Jul 2010 15:44:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Remoting Out of Memory Exception</title>
		<link>http://get-powershell.com/2009/03/16/remoting-out-of-memory-exception/</link>
		<comments>http://get-powershell.com/2009/03/16/remoting-out-of-memory-exception/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 20:27:03 +0000</pubDate>
		<dc:creator>Andy Schneider</dc:creator>
				<category><![CDATA[CTP 3]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Remoting]]></category>
		<category><![CDATA[WSMAN]]></category>

		<guid isPermaLink="false">http://get-powershell.com/2009/03/16/remoting-out-of-memory-exception/</guid>
		<description><![CDATA[A colleague of mine was using some remoting features in a dev lab and came across an interesting issue. He was using some native commands to build out a SharePoint environment. One of the commands he was using kept throwing a OutOfMemory Exception error. The system had plenty of memory available, so it was definitely [...]]]></description>
			<content:encoded><![CDATA[<p>A colleague of mine was using some remoting features in a dev lab and came across an interesting issue. He was using some native commands to build out a SharePoint environment. One of the commands he was using kept throwing a OutOfMemory Exception error. The system had plenty of memory available, so it was definitely an issue with the remoting client. Poking around in the WSMAN: Provider we found a config option called MaxMemoryPerShellMB in WSMAN:\localhost\Shell\</p>
<p>The default value is 150, which seems well and good for most commands. However, this is the second time I have run into it with different commands so I think it is worth noting. After upping the config to 512, all was right with the world again.</p>
<p>set-item wsman:localhost\Shell\MaxMemoryPerShellMB 512
<p>I have to say i love the new WSMAN: provider. It makes something that was incredibly difficult to manipulate a snap.
<p>Hope that helps,
<p>Andy</p>
]]></content:encoded>
			<wfw:commentRss>http://get-powershell.com/2009/03/16/remoting-out-of-memory-exception/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
