<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>.Net Thoughts and Ideas - Main</title>
    <link>http://xealcom.co.uk/</link>
    <description>Place to share and reflect ...</description>
    <language>en-us</language>
    <copyright>Alex B. Clarke</copyright>
    <lastBuildDate>Thu, 27 Nov 2008 22:46:43 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>alexclarke@xealcom.net</managingEditor>
    <webMaster>alexclarke@xealcom.net</webMaster>
    <item>
      <trackback:ping>http://xealcom.co.uk/Trackback.aspx?guid=32e1ea81-bd9f-4837-bdd4-72976c67e969</trackback:ping>
      <pingback:server>http://xealcom.co.uk/pingback.aspx</pingback:server>
      <pingback:target>http://xealcom.co.uk/PermaLink,guid,32e1ea81-bd9f-4837-bdd4-72976c67e969.aspx</pingback:target>
      <dc:creator>
      </dc:creator>
      <wfw:comment>http://xealcom.co.uk/CommentView,guid,32e1ea81-bd9f-4837-bdd4-72976c67e969.aspx</wfw:comment>
      <wfw:commentRss>http://xealcom.co.uk/SyndicationService.asmx/GetEntryCommentsRss?guid=32e1ea81-bd9f-4837-bdd4-72976c67e969</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://windowscoding.com/blogs/blake/archive/2008/07/01/how-to-run-windows-live-software-on-64bit-windows.aspx" target="_blank">How
to install link</a>
        </p>
        <p>
Thanks to Windows Coding
</p>
      </body>
      <title>Windows Live Write on x64</title>
      <guid isPermaLink="false">http://xealcom.co.uk/PermaLink,guid,32e1ea81-bd9f-4837-bdd4-72976c67e969.aspx</guid>
      <link>http://xealcom.co.uk/2008/11/27/WindowsLiveWriteOnX64.aspx</link>
      <pubDate>Thu, 27 Nov 2008 22:46:43 GMT</pubDate>
      <description>&lt;p&gt;
&lt;a href="http://windowscoding.com/blogs/blake/archive/2008/07/01/how-to-run-windows-live-software-on-64bit-windows.aspx" target="_blank"&gt;How
to install link&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Thanks to Windows Coding
&lt;/p&gt;</description>
      <comments>http://xealcom.co.uk/CommentView,guid,32e1ea81-bd9f-4837-bdd4-72976c67e969.aspx</comments>
      <category>Main</category>
    </item>
    <item>
      <trackback:ping>http://xealcom.co.uk/Trackback.aspx?guid=d92a4e7d-d575-4102-8dfe-ea895a8bd77f</trackback:ping>
      <pingback:server>http://xealcom.co.uk/pingback.aspx</pingback:server>
      <pingback:target>http://xealcom.co.uk/PermaLink,guid,d92a4e7d-d575-4102-8dfe-ea895a8bd77f.aspx</pingback:target>
      <dc:creator>
      </dc:creator>
      <wfw:comment>http://xealcom.co.uk/CommentView,guid,d92a4e7d-d575-4102-8dfe-ea895a8bd77f.aspx</wfw:comment>
      <wfw:commentRss>http://xealcom.co.uk/SyndicationService.asmx/GetEntryCommentsRss?guid=d92a4e7d-d575-4102-8dfe-ea895a8bd77f</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
This is just a quick note to let you know that Linux version of VMware 6.0 will not
give you a warning message when you set a size of memory for a virtual machine higher
than what your host has installed.
</p>
        <p>
So, when you start that virtual machine 
</p>
        <ul>
          <li>
your host Linux OS will get hung</li>
          <li>
your vm will show "Unable to load profile ..." error (assuming it runs Windows
OS)</li>
          <li>
and you probably will have to "cold-boot" your box</li>
        </ul>
        <p>
What led me to this outrageous experiment was the fact that Gnome Monitor was not
showing reduction in RAM when I was running a virtual machine. Initially I thought
that VMware was not using the host's RAM at all creating a large page file instead.
So, I bumped up the vm RAM beyond the physical RAM on host and it soon showed up.
</p>
        <p>
Thanks for reading.
</p>
      </body>
      <title>VMware 6.0 on Linux Memory Allocation Issue</title>
      <guid isPermaLink="false">http://xealcom.co.uk/PermaLink,guid,d92a4e7d-d575-4102-8dfe-ea895a8bd77f.aspx</guid>
      <link>http://xealcom.co.uk/2008/08/21/VMware60OnLinuxMemoryAllocationIssue.aspx</link>
      <pubDate>Thu, 21 Aug 2008 19:40:49 GMT</pubDate>
      <description>&lt;p&gt;
This is just a quick note to let you know that Linux version of VMware 6.0 will not
give you a warning message when you set a size of memory for a virtual machine higher
than what your host has installed.
&lt;/p&gt;
&lt;p&gt;
So, when you start that virtual machine 
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
your host Linux OS will get hung&lt;/li&gt;
&lt;li&gt;
your vm will show &amp;quot;Unable to load profile ...&amp;quot; error (assuming it runs Windows
OS)&lt;/li&gt;
&lt;li&gt;
and you probably will have to &amp;quot;cold-boot&amp;quot; your box&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
What led me to this outrageous experiment was the fact that Gnome Monitor was not
showing reduction in RAM when I was running a virtual machine. Initially I thought
that VMware was not using the host's RAM at all creating a large page file instead.
So, I bumped up the vm RAM beyond the physical RAM on host and it soon showed up.
&lt;/p&gt;
&lt;p&gt;
Thanks for reading.
&lt;/p&gt;</description>
      <comments>http://xealcom.co.uk/CommentView,guid,d92a4e7d-d575-4102-8dfe-ea895a8bd77f.aspx</comments>
      <category>Main</category>
    </item>
  </channel>
</rss>