Hello Javier,
The /3GB switch just reallocates memory address space between kernel and
user mode. It doesn't change the amount of memory in the system.
This can constrain your kernel resources.
With 64-bit Windows XP, for 32-bit programs you already get 4GB of address
space for user mode. With 64-bit programs on 64-bit Windows you get 8TB of
address space.
So there is no need to use /3gb on 64-bit Windows.
Thanks,
Darrell Gorter[MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
<Thread-Topic: How to make Windows XP perfessional support 4GB memory?
<thread-index: AcasPYNM7mtRzloqR9qOvQCBfz/Ocw==
<X-WBNR-Posting-Host: 71.40.233.151
<From: =?Utf-8?B?amF2aWVybGFv?= <
[email protected]>
<References: <
[email protected]>
<
[email protected]>
<Subject: Re: How to make Windows XP perfessional support 4GB memory?
<Date: Thu, 20 Jul 2006 13:46:02 -0700
<Lines: 51
<Message-ID: <
[email protected]>
<MIME-Version: 1.0
<Content-Type: text/plain;
< charset="Utf-8"
<Content-Transfer-Encoding: 7bit
<X-Newsreader: Microsoft CDO for Windows 2000
<Content-Class: urn:content-classes:message
<Importance: normal
<Priority: normal
<X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
<Newsgroups: microsoft.public.windowsxp.general
<Path: TK2MSFTNGXA01.phx.gbl
<Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.windowsxp.general:1541140
<NNTP-Posting-Host: TK2MSFTNGXA01.phx.gbl 10.40.2.250
<X-Tomcat-NG: microsoft.public.windowsxp.general
<
<
<Hi,
<
<Just curious, would this /3GB issue be the same on the 64-bit version of
<WinXP?
<
<JV
<Denichi Computer Devices
<Austin, TX
<
<
<
<"Shenan Stanley" wrote:
<
<> David Z wrote:
<> > My company just ordered a Dell Workstation Precision 670 with 4GB. But
<> > unfortunately, the system can only recognize 3 GB. I check the BIOS.
<> > It shows me 4 GB here. I use SP1 and we wouldn't update to SP2 for
<> > some reason. So any idea about how to make it find the lost 1GB?
<>
<> The 4GB address space offered by the operating system is split in two
areas
<> of 2GB each: the first 2GB is for user mode, and the other 2GB isg
reserved
<> by the kernel. On Windows XP, it is possible to increase the default
<> allocation capabilities up to 3.0GB (3GB for user mode, 1GB reserved for
<> kernel). Such capability requires additional tunings in order to be
<> effective:
<>
<> A modification of boot.ini file is needed to activate this capability at
the
<> system level. The boot.ini switch /3GB needs to be added in order to
make
<> 3GB available for user mode applications. For example:
<>
<> [boot loader]
<> timeout=30
<> default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
<> [operating systems]
<> multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
<> Professional 3GB" /fastdetect /3GB
<> multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
<> Professional" /fastdetect
<>
<>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ddtools/hh/
ddtools/BootIni_de16d3ec-c437-4628-805f-8945ea598a92.xml.asp
<>
<> --
<> Shenan Stanley
<> MS-MVP
<> --
<> How To Ask Questions The Smart Way
<>
<>
<>
<>
<