<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Take into account that /3GB in Software Tuning, Performance Optimization &amp; Platform Monitoring</title>
    <link>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967293#M2693</link>
    <description>Take into account that &lt;STRONG&gt;/3GB&lt;/STRONG&gt; switch in the &lt;STRONG&gt;Boot.ini&lt;/STRONG&gt; file could be used on the following systems:

- Windows Server 2003 x64 Editions family 
- Windows XP Professional Edition 
- Windows 2000 Datacenter Server 
- Windows 2000 Advanced Server 
- Windows NT Server 4.0 Enterprise Edition</description>
    <pubDate>Mon, 10 Dec 2012 02:02:22 GMT</pubDate>
    <dc:creator>SergeyKostrov</dc:creator>
    <dc:date>2012-12-10T02:02:22Z</dc:date>
    <item>
      <title>Address Windowing Extensions ( AWE ) technology on Windows platforms with Intel CPUs</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967273#M2673</link>
      <description>Hi everybody,

It is a well known problem ( or limitation ) that a 32-bit application on some 32-bit Windows platforms can not allocate more than 2GB of memory.

However, some 32-bit Windows platforms, for example Windows XP Professional or Windows Server 2003, support Address Windowing Extensions ( AWE ) technology ( designed by Microsoft ) and a 32-bit application could allocate more than 2GB of memory.

Please take into account that Intel CPUs should have support for a Physical Address Extensions ( PAE ) feature.

Enclosed is a very simple test-case in 'AweTestAppV1.zip' ( Visual Studio 2005 and up ) that tries to allocate different amounts of memory and allows to verify if a 32-bit application could allocate more than 2GB of memory on Windows platforms that support AWE.

Notes:
- An Intel CPU PAE feature is supported even on Intel Pentium(R) 4 CPU
- A 32-bit Windows platform must support AWE ( for example, Windows XP Home doesn't support AWE )
- Please take a look at a small Readme.txt file for some technical details
- For more information about AWE technology visit: &lt;A href="http://msdn.microsoft.com/en-us/library/windows/hardware/gg487508.aspx" target="_blank"&gt;http://msdn.microsoft.com/en-us/library/windows/hardware/gg487508.aspx&lt;/A&gt;

Best regards,
Sergey</description>
      <pubDate>Thu, 06 Dec 2012 06:16:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967273#M2673</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-12-06T06:16:21Z</dc:date>
    </item>
    <item>
      <title>Thanks Sergey!</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967274#M2674</link>
      <description>Thanks Sergey!
I have already downloaded your source code and extensive testing will be performed later.</description>
      <pubDate>Thu, 06 Dec 2012 12:41:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967274#M2674</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2012-12-06T12:41:21Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...I have already</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967275#M2675</link>
      <description>&amp;gt;&amp;gt;...I have already downloaded your source code and extensive testing will be performed later...

Excellent and thank you. Here are two additional notes:

- Start with 1.5GB ( you will see a set of defines / by default I set it to 2.5GB )
- 1.86GB was the maximum amount of memory the application was able to allocate in the Release configuration on a 32-bit Windows platform ( when LARGEADDRESSAWARE is enabled )
- Use the Windows Task Manager in order to see how memory is allocated
- When defines:

	#define _INIT_ALLOCATED_MEMORY_PASS1
	#define _INIT_ALLOCATED_MEMORY_PASS2

are uncommented it takes some time to complete the initialization of memory. I recommend to comment out both at the beginning of tests:

//	#define _INIT_ALLOCATED_MEMORY_PASS1
//	#define _INIT_ALLOCATED_MEMORY_PASS2</description>
      <pubDate>Thu, 06 Dec 2012 14:56:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967275#M2675</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-12-06T14:56:55Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;&gt;Excellent and thank you.</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967276#M2676</link>
      <description>&amp;gt;&amp;gt;&amp;gt;Excellent and thank you. Here are two additional notes:&amp;gt;&amp;gt;&amp;gt;
Tomorrow I will post my results.

Btw AWE memory mapping is more secure because it won't be paged out.</description>
      <pubDate>Thu, 06 Dec 2012 21:03:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967276#M2676</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2012-12-06T21:03:52Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;Tomorrow I will post my</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967277#M2677</link>
      <description>&amp;gt;&amp;gt;Tomorrow I will post my results...

Excellent. Will you be able to make a couple of screenshots?

&amp;gt;&amp;gt;...Btw AWE memory mapping is more secure because it won't be paged out...

I'm simply interested...

Where did you find that information? Is it a statement from Microsoft?</description>
      <pubDate>Fri, 07 Dec 2012 02:36:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967277#M2677</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-12-07T02:36:00Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;&gt;Excellent. Will you be</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967278#M2678</link>
      <description>&amp;gt;&amp;gt;&amp;gt;Excellent. Will you be able to make a couple of screenshots?&amp;gt;&amp;gt;&amp;gt;
I could , but I do not know how to make a screenshots(I'm not joking).

&amp;gt;&amp;gt;&amp;gt;I'm simply interested...

Where did you find that information? Is it a statement from Microsoft?&amp;gt;&amp;gt;&amp;gt;


I strongly recommend you to read the ultimative source of Win OS knowledge  a book written by Mark Russinovich titled "Windows Internals" in its 5 and 6 edition.
Sadly there you won't find any source code examples, but the amount of information transmitted to the readers is amazing and very insightful.

&lt;A href="http://www.amazon.com/Windows-Internals-Part-Covering-Server/dp/0735648735/ref=sr_1_2?s=books&amp;amp;ie=UTF8&amp;amp;qid=1354865140&amp;amp;sr=1-2&amp;amp;keywords=windows+internals+7th+edition" target="_blank"&gt;http://www.amazon.com/Windows-Internals-Part-Covering-Server/dp/0735648735/ref=sr_1_2?s=books&amp;amp;ie=UTF8&amp;amp;qid=1354865140&amp;amp;sr=1-2&amp;amp;keywords=windows+internals+7th+edition&lt;/A&gt;</description>
      <pubDate>Fri, 07 Dec 2012 07:02:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967278#M2678</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2012-12-07T07:02:00Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...I could , but I do not</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967279#M2679</link>
      <description>&amp;gt;&amp;gt;...I could , but I do not know how to make a screenshots...

There is a 'Print Screen' button at the top of keyboard ( usually in a right part ). After you pressed it create a new image in MS Paint and press 'Ctrl+V' ( Paste ), edit if something needs to be corrected or marked, and press 'Save As' to save the image as a jpg-image. Jpg-format is a significantly smaller in size then default bmp-format.</description>
      <pubDate>Fri, 07 Dec 2012 13:24:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967279#M2679</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-12-07T13:24:12Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;&gt;There is a 'Print Screen'</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967280#M2680</link>
      <description>&amp;gt;&amp;gt;&amp;gt;There is a 'Print Screen' button at the top of keyboard ( usually in a right part ). After you pressed it create a new image in MS Paint and press 'Ctrl+V' ( Paste ), edit if something needs to be corrected or marked, and press 'Save As' to save the image as a jpg-image. Jpg-format is a significantly smaller in size then default bmp-format.&amp;gt;&amp;gt;&amp;gt;
Thanks 
Today I was busy with my project(I'm writing GUI calculator in Java which will be able to compute special and elementary functions).Tomorrow I will test your application.</description>
      <pubDate>Fri, 07 Dec 2012 14:24:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967280#M2680</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2012-12-07T14:24:00Z</dc:date>
    </item>
    <item>
      <title>Hi Iliya,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967281#M2681</link>
      <description>Hi Iliya,
I'll be ready for any questions related to these tests.
Best regards,
Sergey</description>
      <pubDate>Fri, 07 Dec 2012 23:21:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967281#M2681</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-12-07T23:21:39Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;&gt;I'll be ready for any</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967282#M2682</link>
      <description>&amp;gt;&amp;gt;&amp;gt;I'll be ready for any questions related to these tests.&amp;gt;&amp;gt;&amp;gt;
Today I will do it.
Will you be interested in my GUI calculator testing?</description>
      <pubDate>Sat, 08 Dec 2012 06:24:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967282#M2682</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2012-12-08T06:24:27Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...Will you be interested</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967283#M2683</link>
      <description>&amp;gt;&amp;gt;...Will you be interested in my GUI calculator testing?

Iliya,
I'm very sorry but UI is no longer my specialization. However, if you make some screenshots of the application I'll be able to provide some limited feedback. Is it OK?
Best regards,
Sergey</description>
      <pubDate>Sat, 08 Dec 2012 06:55:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967283#M2683</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-12-08T06:55:23Z</dc:date>
    </item>
    <item>
      <title>Thanks .Later I will send a</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967284#M2684</link>
      <description>Thanks .Later I will send a fully working app.

Now regarding your project I'm struggling with "bcdedit.exe /set PAE ForceEnable" option and it seems not effective I have memory failure allocation reportred by your app.
I'm using win 7 and edited boot option with bcdedit.exe.</description>
      <pubDate>Sat, 08 Dec 2012 08:08:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967284#M2684</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2012-12-08T08:08:00Z</dc:date>
    </item>
    <item>
      <title>Tried also bcdedit.exe set/</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967285#M2685</link>
      <description>Tried also "bcdedit.exe set/ increaseuserva 3072" option wchich also was not effective(else statement is executed every time).
Please post your OS configuration.What options were set in order to successfuly testr your app?</description>
      <pubDate>Sat, 08 Dec 2012 08:19:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967285#M2685</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2012-12-08T08:19:00Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...I'm using win 7 and</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967286#M2686</link>
      <description>&amp;gt;&amp;gt;...I'm using win 7 and edited boot option with bcdedit.exe...

I understood that you have Windows Server 2003 and I don't understand why are you using Windows 7.

So, Please take a look at a Readme.txt file enclosed with the project. There is a link to a Microsoft's article about AWE and I also made a couple of notes. The most important are as follows:
...
	1. ...&lt;STRONG&gt;test Microsoft AWE technology on Windows Server 2003&lt;/STRONG&gt;

	2. &lt;STRONG&gt;/3GB switch in Boot.ini file has to be used&lt;/STRONG&gt;

	3. &lt;STRONG&gt;Initial size of the Virtual Memory file has to be equal or greater than 3GB&lt;/STRONG&gt;
...
In order to set an Initial size of the Virtual Memory file please follow these steps:

&lt;STRONG&gt;On Windows Server 2003&lt;/STRONG&gt;

[ Start button ] -&amp;gt; Settings -&amp;gt; Control Panel -&amp;gt; System -&amp;gt; Advanced -&amp;gt; Performance Settings -&amp;gt; Advanced -&amp;gt; Change Virtual Memory -&amp;gt; Select 'Custom Size' radio button -&amp;gt; Set 'Initial size (MB)'=3072 and 'Maximum size (MB)'=8192 -&amp;gt; Press 'Set' button -&amp;gt; It is possible that a request to reboot the computer will be asked.

Best regards,
Sergey</description>
      <pubDate>Sat, 08 Dec 2012 23:12:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967286#M2686</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-12-08T23:12:26Z</dc:date>
    </item>
    <item>
      <title>Hello Sergey,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967287#M2687</link>
      <description>Hello Sergey,
Also note that 32bit apps on 32bit windows can use up to 3GB of memory.
There is an article on this at &lt;A href="http://msdn.microsoft.com/en-us/library/aa366778.aspx" target="_blank"&gt;http://msdn.microsoft.com/en-us/library/aa366778.aspx&lt;/A&gt;
Pat</description>
      <pubDate>Sun, 09 Dec 2012 05:08:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967287#M2687</guid>
      <dc:creator>Patrick_F_Intel1</dc:creator>
      <dc:date>2012-12-09T05:08:45Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;&gt;I understood that you have</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967288#M2688</link>
      <description>&amp;gt;&amp;gt;&amp;gt;I understood that you have Windows Server 2003 and I don't understand why are you using Windows 7.&amp;gt;&amp;gt;&amp;gt;
No.I 'm using Win 7,but I have a few VM's with various OS's already pre-installed.
Today I will create another VM with Win Server 2003  and extensive testing will be performed.
I will report about the results.

&amp;gt;&amp;gt;&amp;gt;&amp;gt;On Windows Server 2003

[ Start button ] -&amp;gt; Settings -&amp;gt; Control Panel -&amp;gt; System -&amp;gt; Advanced -&amp;gt; Performance Settings -&amp;gt; Advanced -&amp;gt; Change Virtual Memory -&amp;gt; Select 'Custom Size' radio button -&amp;gt; Set 'Initial size (MB)'=3072 and 'Maximum size (MB)'=8192 -&amp;gt; Press 'Set' button -&amp;gt; It is possible that a request to reboot the computer will be asked.&amp;gt;&amp;gt;&amp;gt;

Thanks.</description>
      <pubDate>Sun, 09 Dec 2012 06:25:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967288#M2688</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2012-12-09T06:25:05Z</dc:date>
    </item>
    <item>
      <title>Hi Iliya,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967289#M2689</link>
      <description>Hi Iliya,

&amp;gt;&amp;gt;No.I 'm using Win 7,but I have a few VM's with various OS's already pre-installed.

Do you use a VirtualBox software?

&amp;gt;&amp;gt;Today I will create another VM with Win Server 2003 and extensive testing will be performed.

I hope that it won't take too much your time. The test is really simple and I expected that it could be completed in a couple of minutes.

Thanks for all your efforts.</description>
      <pubDate>Sun, 09 Dec 2012 18:35:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967289#M2689</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-12-09T18:35:12Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;&gt;Do you use a VirtualBox</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967290#M2690</link>
      <description>&amp;gt;&amp;gt;&amp;gt;Do you use a VirtualBox software?&amp;gt;&amp;gt;&amp;gt;
No VMware workstation 7.</description>
      <pubDate>Sun, 09 Dec 2012 19:26:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967290#M2690</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2012-12-09T19:26:08Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;&gt;&gt;Do you use a VirtualBox</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967291#M2691</link>
      <description>&amp;gt;&amp;gt;&amp;gt;&amp;gt;Do you use a VirtualBox software?
&amp;gt;&amp;gt;
&amp;gt;&amp;gt;No VMware workstation 7.

Thanks.

&amp;gt;&amp;gt;...I hope that it won't take too much your time. The test is really simple and I expected that it could be completed in a couple of minutes.

Iliya, please don't spend too much time on it unless you're really interested in AWE technology.</description>
      <pubDate>Sun, 09 Dec 2012 21:06:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967291#M2691</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-12-09T21:06:00Z</dc:date>
    </item>
    <item>
      <title>Hi Patrick,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967292#M2692</link>
      <description>Hi Patrick,

&amp;gt;&amp;gt;...There is an article on this at &lt;A href="http://msdn.microsoft.com/en-us/library/aa366778.aspx" target="_blank"&gt;http://msdn.microsoft.com/en-us/library/aa366778.aspx&lt;/A&gt;.

Thanks for the link and it has another link to a very good article:

&lt;STRONG&gt;What is 4GT?&lt;/STRONG&gt;
&lt;A href="http://technet.microsoft.com/en-us/library/cc786709(WS.10).aspx" target="_blank"&gt;http://technet.microsoft.com/en-us/library/cc786709(WS.10).aspx&lt;/A&gt;</description>
      <pubDate>Sun, 09 Dec 2012 21:09:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Address-Windowing-Extensions-AWE-technology-on-Windows-platforms/m-p/967292#M2692</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-12-09T21:09:00Z</dc:date>
    </item>
  </channel>
</rss>

