How to Enable PAE in x86 32-bit Windows Server 2003 and 2000 to Use Large 4GB or More RAM Memory Cómo habilitar PAE en x86 32-bit de Windows Server 2003 y 2000, para utilizar grandes 4GB o más de memoria RAM

After installing Windows 2000 (Datacenter Server or Advanced Server) or Windows 2003, system properties shows that only around 3.37 GB of physical memory (RAM) is available for application and system use, although 4 GB or more RAM modules have been installed, and BIOS can correctly identifies the full installed size of physical memory, which means that the motherboard and x86 or x64 CPU processor can support more than 4 GB of physical memory. Después de instalar Windows 2000 (Datacenter Server o Advanced Server) o Windows 2003, sistema de propiedades muestra que sólo alrededor de 3,37 GB de memoria física (RAM) está disponible para la aplicación y el uso del sistema, a pesar de 4 GB de RAM o más módulos se han instalado, y BIOS puede identifica correctamente el tamaño total instalado de memoria física, lo que significa que la placa base x86 y x64 CPU o procesador puede soportar más de 4 GB de memoria física.

32-bit Windows operating system depends on PAE ( 32-bit de Windows el sistema operativo depende de la PAE ( Physical Address Extension Extensión de dirección física ) feature to use more than 4 GB of physical memory. ) Para utilizar más de 4 GB de memoria física. On most Windows 2000 and Windows Server 2003 system, especially those run in NUMA mode on a NUMA-capable computer. En la mayoría de Windows 2000 y Windows Server 2003 del sistema, especialmente los que se ejecutan en modo de NUMA NUMA en un equipo con capacidad. PAE is disabled by default. PAE está deshabilitado por defecto. PAE is enabled by default only if DEP ( PAE está habilitado por defecto sólo si DEP ( Data Protection Execution La protección de los datos de ejecución ) is enabled on a computer that supports hardware-enabled DEP, or if the computer is configured for hot-add memory devices in memory ranges beyond 4 GB. ) Está habilitado en un equipo que apoya hardware habilitado para DEP, o si el equipo está configurado para caliente añadir dispositivos de memoria en la memoria va más allá de 4 GB.

Thus, if PAE is not enabled in Windows 2000 and Windows Server 2003 (for example, if DEP is turned off by administrator), the system may not able to detect, identify and see more than 4GB memory, and will have to allocate slightly more than 3GB of memory for system and application only as some memory address space has to be reserved and mapped for system devices and peripherals. Por lo tanto, si PAE no está habilitado en Windows 2000 y Windows Server 2003 (por ejemplo, si DEP está desactivada por el administrador), el sistema no podrá ser capaz de detectar, identificar y ver más de 4GB de memoria, y tendrá que asignar un poco más de 3GB de memoria de sistema y aplicación, ya que algunos sólo espacio de direcciones de memoria tiene que ser reservado y de sistema de mapeado y dispositivos periféricos.

To enable PAE in Windows Server 2003 and Windows 2000 (and Windows XP), append the Para habilitar el PAE en Windows Server 2003 y Windows 2000 (y Windows XP), añada la /PAE / PAE switch to the end of the line of operating system in the Boot.ini file. pasar a la final de la línea de sistema operativo en el archivo Boot.ini. To disable PAE, use the /NOPAE switch. Para deshabilitar el PAE, el uso / NOPAE cambiar. The Boot.ini normally located in the root folder (ie C:\) with Read-Only and Hidden attributes, which are required to be removed before the file can be edited. El Boot.ini normalmente encuentra en la carpeta raíz (por ejemplo, C: \) con el de sólo lectura y oculto atributos, que están obligados a ser eliminados antes de que el archivo puede ser editado.

For example, Por ejemplo,

Original Boot.ini: Boot.ini original:

[boot loader] [gestor de arranque]
timeout=0 timeout = 0
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT default = multi (0) disk (0) rdisk (0) partition (1) \ WINNT
[operating systems] [sistemas operativos]
multi(0)disk(0)rdisk(0)partition(1)\WINNT=”Microsoft Windows 2000 Advanced Server” multi (0) disk (0) rdisk (0) partition (1) \ WINNT = "Microsoft Windows 2000 Advanced Server"
/fastdetect / fastdetect

Change the Boot.ini to become: Cambie el Boot.ini para convertirse en:

[boot loader] [gestor de arranque]
timeout=0 timeout = 0
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT default = multi (0) disk (0) rdisk (0) partition (1) \ WINNT
[operating systems] [sistemas operativos]
multi(0)disk(0)rdisk(0)partition(1)\WINNT=”Microsoft Windows 2000 Advanced Server” multi (0) disk (0) rdisk (0) partition (1) \ WINNT = "Microsoft Windows 2000 Advanced Server"
/fastdetect /PAE / fastdetect / PAE

For Bootcfg command, use: Para Bootcfg comando, utilice:

bootcfg /raw "/pae" /A /ID 1

Restart the computer after modification to make the change effective. Reinicie el equipo después de la modificación para hacer efectivo el cambio.

Note that even with PAE enabled, there is still memory limit imposed by the operating system itself. Tenga en cuenta que incluso con PAE habilitado, todavía hay límite de memoria impuesto por el propio sistema operativo. The table below list the maximum memory support with PAE enabled for Windows 2000, Windows Server 2003 and Windows XP. El cuadro que figura a continuación la lista máxima de memoria con apoyo PAE habilitado para Windows 2000, Windows Server 2003 y Windows XP. Most 32-bit client based Windows operating system, such as Windows XP and Windows Vista (see La mayoría de 32-bits para clientes basadas en sistema operativo Windows, como Windows XP y Windows Vista (véase way to use large memory of more than 4GB in 32-bit Windows Vista manera de utilizar grandes cantidades de memoria de más de 4 GB en 32-bit de Windows Vista ), has OS level limit that restricts the maximum amount of memory able to be used to 4GB. ), Ha OS nivel límite que restringe la cantidad máxima de memoria en condiciones de ser utilizado para 4GB.

Operating system Sistema operativo Maximum memory support with PAE Memoria máxima de apoyo con PAE
Windows 2000 Advanced Server Windows 2000 Advanced Server 8 GB of physical RAM 8 GB de RAM física
Windows 2000 Datacenter Server Windows 2000 Datacenter Server 32 GB of physical RAM 32 GB de RAM física
Windows XP (all versions) Windows XP (todas las versiones) 4 GB of physical RAM* 4 GB de RAM física *
Windows Server 2003 (and SP1), Standard Edition Windows Server 2003 (y SP1), Standard Edition 4 GB of physical RAM* 4 GB de RAM física *
Windows Server 2003, Enterprise Edition Windows Server 2003, Enterprise Edition 32 GB of physical RAM 32 GB de RAM física
Windows Server 2003, Datacenter Edition Windows Server 2003, Datacenter Edition 64 GB of physical RAM 64 GB de RAM física
Windows Server 2003 SP1, Enterprise Edition SP1 de Windows Server 2003, Enterprise Edition 64 GB of physical RAM 64 GB de RAM física
Windows Server 2003 SP1, Datacenter Edition SP1 de Windows Server 2003, Datacenter Edition 128 GB of physical RAM 128 GB de RAM física

IMPORTANT : You're reading a machine translated page which is provided "as is" without warranty. IMPORTANTE: Usted está leyendo una máquina traducido la página que se proporciona "TAL CUAL" SIN GARANTÍA. Unlike human translation, machine translation does not understand the grammar, semantics, syntax, idioms of natural language, thus often produce inaccurate and low quality text which is misleading and incomprehensible. A diferencia de traducción humana, traducción automática no entiende la gramática, la semántica, la sintaxis, modismos de lenguaje natural, por lo tanto, producen a menudo inexactos y baja calidad de texto que es engañosa e incomprensible. Thus, please refer to Por lo tanto, por favor, consulte original English article artículo original Inglés when in doubt. en caso de duda.



9 Responses to “How to Enable PAE in x86 32-bit Windows Server 2003 and 2000 to Use Large 4GB or More RAM Memory” 9 Responses to "¿Cómo que permita a los PAE en x86 32-bit de Windows Server 2003 y 2000, para utilizar grandes 4GB o más de memoria RAM"

  1. Enable Lock Pages in Memory to Prevent Database Paging to Disk » Tip and Trick Habilitar el bloqueo de páginas en memoria para prevenir la base de datos de paginación al disco "Tip y truco
    June 1st, 2008 01:37 1ro de junio, 2008 01:37
    1

    [...] to have large memory size, typically bigger than 4 GB. [...] A tener gran tamaño de la memoria, por lo general más grande que 4 GB. Which mean that on 32-bit operating system, PAE has to be enabled, although neither Lock Pages in Memory nor AWE depend on PAE. Lo que significa que el sistema operativo de 32 bits, PAE tiene que ser activado, aunque ninguno de los dos Bloquear páginas en memoria AWE ni dependen de la PAE. Beside, on 32-bit operating systems, [...] Además de, en sistemas operativos de 32 bits, [...]

  2. Artem S. Tashkinov Artem S. Tashkinov
    June 1st, 2008 07:28 1ro de junio, 2008 07:28
    2

    PAE is enabled by default in Windows XP and 2003 - no options are required in boot.ini. PAE está habilitado por defecto en Windows XP y 2003 - no se requieren opciones en boot.ini.

    But both 32bit Windows XP and 32bit Win 2003 standard do not support more than around 3.3GB of RAM due to software limitations imposed by Microsoft. Sin embargo, ambos de 32 bits y Windows XP de 32 bits estándar de Win 2003 no admiten más de alrededor de 3.3GB de memoria RAM de software debido a las limitaciones impuestas por Microsoft. 32bit Linux supports up to 64GB of RAM just fine. Linux de 32 bits soporta hasta 64GB de RAM bien.

  3. admin
    June 1st, 2008 09:14 1ro de junio, 2008 09:14
    3

    Windows Server 2003 do support more than 4GB with PAE enabled. Windows Server 2003 no soportan más de 4GB con PAE activado.

  4. Artem S. Tashkinov Artem S. Tashkinov
    June 2nd, 2008 02:48 2 de junio, 2008 02:48
    4

    Not a standard edition of Win2k3. No es un estándar de edición de Win2k3.

  5. Come utilizzare oltre 4 GB di RAM su Windows Server 2000 e 2003 - Geekissimo Vamos Utilizzare oltre di 4 GB de RAM su Windows Server 2000 e 2003 - Geekissimo
    June 4th, 2008 18:00 4 de junio, 2008 18:00
    5

    [...] Via | Tip and Trick [...] [...] Vía | Tip y truco [...]

  6. Optimize SQL Server 2000, 2005 or 2008 in Large RAM System by Locking Pages in Memory and AWE » My Digital Life Optimizar SQL Server 2000, 2005 o 2008 en Grandes RAM del sistema de bloqueo de páginas en memoria y AWE »Mi vida digital
    June 7th, 2008 01:34 7 de junio, 2008 01:34
    6

    [...] 1: Enable PAE support on Windows Server to allow large segment of physical memory to be [...] [...] 1: Habilitar el apoyo PAE en Windows Server para permitir que gran parte de la memoria física que se [...]

  7. RaFi Rafi
    July 11th, 2008 01:13 11 de julio, 2008 01:13
    7

    According to Según http://support.microsoft.com/kb/888732

    Microsoft Windows XP Professional x64 Edition supports 128GB, not 4GB. Microsoft Windows XP Professional x64 Edition admite 128GB, 4GB no.

  8. hari babu Hari Babu
    July 18th, 2008 13:58 18 de julio, 2008 13:58
    8

    It is possible? Es posible? 2003 server standard edition 32 bit supports 8gb ram with PAE 2003 Server Standard Edition de 32 bits compatible con 8GB de memoria RAM PAE

  9. mbah gendeng Mbah gendeng
    September 25th, 2008 15:06 25 de septiembre, 2008 15:06
    9

    i dont know about computer but now i will Yo no sé acerca de ordenador, pero ahora voy a

Leave a Reply Deje un comentario

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Puede utilizar estos tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting Suscribir sin comentar


Custom Search

Incoming Search Terms for the Article Términos de búsqueda para el artículo

enable PAE habilitar PAE - -- how to enable PAE cómo habilitar PAE - -- vmware enable pae VMware permitirá a PAE - -- boot.ini /PAE boot.ini / PAE - -- Windows XP PAE Windows XP PAE - -- boot.ini pae boot.ini pae - -- pae enable pae permitir - -- /pae boot.ini / pae boot.ini - -- enable pae windows xp pae permitir que Windows XP - -- xp pae xp pae - -- pae windows XP pae de Windows XP - -- windows xp enable pae Windows XP permitirá a PAE - -- enable PAE windows 2003 habilitar PAE Windows 2003 - -- how to enable pae in xp cómo habilitar PAE en xp - -- enable pae xp permitir pae xp - -- how to enable /pae cómo habilitar / pae - -- how to use pae cómo utilizar pae - -- pae boot.ini pae boot.ini - -- pae enabled PAE habilitado - -- enable /PAE activar / PAE - -- how to enable pae xp cómo habilitar PAE xp - -- windows 2003 pae Windows 2003 pae - -- pae windows pae ventanas - -- enable pae in windows xp permitir pae en Windows XP - -- enable pae on windows xp permitir pae en Windows XP - -- all todo - -- enable pae on xp permitir pae en xp - -- bootcfg pae bootcfg pae - -- enable PAE server 2003 PAE permitir Server 2003 - -- WINDOWS PAE WINDOWS PAE - -- how to use /pae cómo usar / pae - -- Windows 2003 enable pae Windows 2003 permitirá a PAE - -- enable PAE habilitar PAE - -- Enabling PAE in Windows XP Al habilitar PAE en Windows XP - -- how to enable PAE in windows XP cómo habilitar PAE en Windows XP - -- how to enable pae on xp cómo habilitar PAE en xp - -- windows enable pae permitir que las ventanas pae - -- server 2003 standard pae Server 2003 Standard pae - -- How to Enable, Use and Support 4GB or More Physical RAM Memory in 32-bit Windows xp Cómo habilitar, la utilización de Apoyo y 4GB o más de memoria RAM física en 32-bit de Windows XP - -- winxp enable pae winxp permitir pae - -- how to enable PAE on Windows XP cómo habilitar PAE en Windows XP - -- windows server 2003 PAE Windows Server 2003 PAE - -- pae xp pae xp - -- pae windows 2003 pae Windows 2003 - -- PAE VMWARE PAE VMware - -- windows 2003 /pae Windows 2003 / pae - -- enable pae windows permitir que las ventanas pae - -- enable pae windows server 2008 pae permitir que Windows Server 2008 - -- bootcfg /pae bootcfg / pae - -- Server 2003 PAE PAE Server 2003 - --