<?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: ESXi 5.1 VMFS HeapSize configuration using PowerCLI	</title>
	<atom:link href="https://magander.se/esxi-5-1-vmfs-heapsize-configuration-using-powercli/feed/" rel="self" type="application/rss+xml" />
	<link>https://magander.se/esxi-5-1-vmfs-heapsize-configuration-using-powercli/</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2017 19:27:36 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: magander3		</title>
		<link>https://magander.se/esxi-5-1-vmfs-heapsize-configuration-using-powercli/#comment-261</link>

		<dc:creator><![CDATA[magander3]]></dc:creator>
		<pubDate>Wed, 08 Jan 2014 14:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=2860#comment-261</guid>

					<description><![CDATA[Thanks for sharing Oskar.]]></description>
			<content:encoded><![CDATA[<p>Thanks for sharing Oskar.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Oskar Norén		</title>
		<link>https://magander.se/esxi-5-1-vmfs-heapsize-configuration-using-powercli/#comment-260</link>

		<dc:creator><![CDATA[Oskar Norén]]></dc:creator>
		<pubDate>Wed, 08 Jan 2014 14:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=2860#comment-260</guid>

					<description><![CDATA[Sorry, Powershell 3 and PowerCLI 5.1 it was on the client I ran the oneliner.]]></description>
			<content:encoded><![CDATA[<p>Sorry, Powershell 3 and PowerCLI 5.1 it was on the client I ran the oneliner.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Oskar Norén		</title>
		<link>https://magander.se/esxi-5-1-vmfs-heapsize-configuration-using-powercli/#comment-259</link>

		<dc:creator><![CDATA[Oskar Norén]]></dc:creator>
		<pubDate>Wed, 08 Jan 2014 13:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=2860#comment-259</guid>

					<description><![CDATA[For me, using powershell 4 and powerCLI 5.5, it complained at using &quot;Get-VMHostAdvancedConfiguration&quot;, so I used below instead. Also, below checks all clusters...

foreach($cluster in get-cluster){foreach ($esxi in ($cluster &#124; get-vmhost)) {Get-AdvancedSetting -entity $esxi -name VMFS3.MaxHeapSizeMB &#124; select Entity, Name, Value &#124; ?{!($_.Value -eq 640)}}}]]></description>
			<content:encoded><![CDATA[<p>For me, using powershell 4 and powerCLI 5.5, it complained at using &#8220;Get-VMHostAdvancedConfiguration&#8221;, so I used below instead. Also, below checks all clusters&#8230;</p>
<p>foreach($cluster in get-cluster){foreach ($esxi in ($cluster | get-vmhost)) {Get-AdvancedSetting -entity $esxi -name VMFS3.MaxHeapSizeMB | select Entity, Name, Value | ?{!($_.Value -eq 640)}}}</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Object Caching 21/55 objects using Disk
Page Caching using Disk: Enhanced 

Served from: magander.se @ 2026-06-21 06:10:26 by W3 Total Cache
-->