How to Enable PAE in x86 32-bit Windows Server 2003 and 2000 to Use Large 4GB or More RAM Memory Wie Aktivieren von PAE in x86 32-Bit-Windows Server 2003 und 2000 für die Verwendung großer 4 GB oder mehr RAM Speicher

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. Nach der Installation von Windows 2000 (Datacenter Server oder Advanced Server) oder Windows 2003, System-Eigenschaften zeigt, dass nur etwa 3,37 GB physischen Speicher (RAM) ist verfügbar für die Anwendung und Nutzung des Systems, auch wenn 4 GB oder mehr RAM-Module installiert wurden, und BIOS können korrekt identifiziert die volle Größe des installierten physischen Speichers, was bedeutet, dass die Motherboard-und x86-oder x64-CPU-Prozessor unterstützen kann mehr als 4 GB physischen Speicher.

32-bit Windows operating system depends on PAE ( 32-Bit-Windows-Betriebssystem hängt davon ab, PAE ( Physical Address Extension Physical Address Extension ) feature to use more than 4 GB of physical memory. )-Funktion zu nutzen mehr als 4 GB physischen Speicher. On most Windows 2000 and Windows Server 2003 system, especially those run in NUMA mode on a NUMA-capable computer. Auf den meisten Windows 2000 und Windows Server 2003-System, vor allem diejenigen, die in NUMA-Modus auf einem NUMA-fähigen Computer. PAE is disabled by default. PAE ist standardmäßig deaktiviert. PAE is enabled by default only if DEP ( PAE ist standardmäßig aktiviert, wenn nur DEP ( Data Protection Execution Datenschutz Ausführung ) 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. ) Aktiviert ist auf einem Computer, unterstützt Hardware-DEP aktiviert ist, oder wenn der Computer so konfiguriert ist, für Hot-add Memory-Geräte im Speicher reicht über 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. So, wenn PAE nicht aktiviert ist in Windows 2000 und Windows Server 2003 (zum Beispiel, wenn DEP deaktiviert ist durch den Administrator), kann das System nicht in der Lage zu erkennen, identifizieren und sehen, mehr als 4 GB Speicher, und zwar auf, etwas mehr als 3GB Speicher für System und Anwendung nur als einige Speicher-Adressraum muss reserviert werden und kartiert für System-und Peripheriegeräte.

To enable PAE in Windows Server 2003 and Windows 2000 (and Windows XP), append the So aktivieren Sie PAE in Windows Server 2003 und Windows 2000 (und Windows XP), hängen die /PAE / PAE switch to the end of the line of operating system in the Boot.ini file. Schalter bis zum Ende der Zeile des Betriebssystems in der Datei "Boot.ini". To disable PAE, use the /NOPAE switch. So deaktivieren Sie PAE, verwenden Sie die / NOPAE-Schalter. 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. Die Boot.ini der Regel befindet sich im Root-Ordner (zB C: \) mit Read-Only-und Hidden Attribute, die erforderlich sind, entfernt werden, bevor die Datei können bearbeitet werden.

For example, Zum Beispiel,

Original Boot.ini: Original Boot.ini:

[boot loader] [boot loader]
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] [operating systems]
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: Ändern Sie die Boot.ini zu werden:

[boot loader] [boot loader]
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] [operating systems]
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: Für Befehl bootcfg, benutzen Sie:

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

Restart the computer after modification to make the change effective. Starten Sie den Computer nach der Änderung, damit die Änderung wirksam.

Note that even with PAE enabled, there is still memory limit imposed by the operating system itself. Beachten Sie, dass selbst mit PAE aktiviert ist, gibt es immer noch Speicher begrenzen, die durch das Betriebssystem selbst. The table below list the maximum memory support with PAE enabled for Windows 2000, Windows Server 2003 and Windows XP. Die folgende Tabelle Liste der maximale Speicher mit PAE-Unterstützung aktiviert für Windows 2000, Windows Server 2003 und Windows XP. Most 32-bit client based Windows operating system, such as Windows XP and Windows Vista (see Die meisten 32-Bit-Client-basierte Windows-Betriebssystems, wie Windows XP und Windows Vista (siehe way to use large memory of more than 4GB in 32-bit Windows Vista Weg zur Nutzung großen Speicher von mehr als 4 GB in 32-Bit-Windows-Vista ), has OS level limit that restricts the maximum amount of memory able to be used to 4GB. ), Hat OS-Ebene beschränken, die die maximale Größe des Speichers zum Einsatz kommen können zu 4 GB.

Operating system Betriebssystem Maximum memory support with PAE Maximale Speicher-Unterstützung mit PAE
Windows 2000 Advanced Server Windows 2000 Advanced Server 8 GB of physical RAM 8 GB physischer RAM
Windows 2000 Datacenter Server Windows 2000 Datacenter Server 32 GB of physical RAM 32 GB physischer RAM
Windows XP (all versions) Windows XP (alle Versionen) 4 GB of physical RAM* 4 GB RAM *
Windows Server 2003 (and SP1), Standard Edition Windows Server 2003 (und SP1), Standard Edition 4 GB of physical RAM* 4 GB RAM *
Windows Server 2003, Enterprise Edition Windows Server 2003, Enterprise Edition 32 GB of physical RAM 32 GB physischer RAM
Windows Server 2003, Datacenter Edition Windows Server 2003 Datacenter Edition 64 GB of physical RAM 64 GB RAM
Windows Server 2003 SP1, Enterprise Edition Windows Server 2003 SP1, Enterprise Edition 64 GB of physical RAM 64 GB RAM
Windows Server 2003 SP1, Datacenter Edition Windows Server 2003 SP1, Datacenter Edition 128 GB of physical RAM 128 GB an physikalischem RAM

IMPORTANT : You're reading a machine translated page which is provided "as is" without warranty. WICHTIG: Du bist eine Maschine Lesung übersetzt, die Seite wird "as is" ohne Garantie. 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. Im Gegensatz zu menschlichen Übersetzung, maschinelle Übersetzung nicht verstehen, die Grammatik, Semantik, Syntax, Idiome der natürlichen Sprache, so oft ungenau und niedrige Qualität Text, ist irreführend und unverständlich. Thus, please refer to So, wenden Sie sich bitte an original English article Original Englisch Artikel when in doubt. Wenn Sie Zweifel haben.



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 "Wie Aktivieren von PAE in x86 32-Bit-Windows Server 2003 und 2000 für die Verwendung großer 4 GB oder mehr RAM Speicher"

  1. Enable Lock Pages in Memory to Prevent Database Paging to Disk » Tip and Trick Aktivieren Sie Sperren von Seiten im Speicher zur Verhütung Datenbank Paging-to Disk »Tipp und Trick
    June 1st, 2008 01:37 1. Juni 2008 01:37
    1

    [...] to have large memory size, typically bigger than 4 GB. [...] Zu haben großen Speicher Größe, die in der Regel größer als 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. Was bedeutet, dass auf 32-Bit-Betriebssystem, PAE muss in die Lage versetzt werden, obwohl weder Sperren von Seiten im Speicher noch AWE davon abhängen, PAE. Beside, on 32-bit operating systems, [...] Neben, auf 32-Bit-Betriebssystemen, [...]

  2. Artem S. Tashkinov Artem S. Tashkinov
    June 1st, 2008 07:28 1. Juni 2008 07:28
    2

    PAE is enabled by default in Windows XP and 2003 - no options are required in boot.ini. PAE aktiviert ist standardmäßig in Windows XP und 2003 - keine Optionen sind in 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. Aber auch Windows XP 32bit und 32bit Win 2003-Standard nicht unterstützen mehr als rund 3.3GB RAM aufgrund der Beschränkungen zur Software von Microsoft. 32bit Linux supports up to 64GB of RAM just fine. 32-Bit-Linux unterstützt bis zu 64 GB RAM gut.

  3. admin
    June 1st, 2008 09:14 1. Juni 2008 09:14
    3

    Windows Server 2003 do support more than 4GB with PAE enabled. Windows Server 2003 unterstützen mehr als 4GB mit PAE aktiviert.

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

    Not a standard edition of Win2k3. Nicht als Standard Edition von Win2k3.

  5. Come utilizzare oltre 4 GB di RAM su Windows Server 2000 e 2003 - Geekissimo Kommen Sie, benutzen Sie Oltre 4 GB RAM su di Windows Server 2000 e 2003 - Geekissimo
    June 4th, 2008 18:00 4. Juni 2008 18:00
    5

    [...] Via | Tip and Trick [...] [...] Via | Tipp und Trick [...]

  6. Optimize SQL Server 2000, 2005 or 2008 in Large RAM System by Locking Pages in Memory and AWE » My Digital Life Optimieren von SQL Server 2000, 2005 oder 2008 in Groß-RAM System von Sperren von Seiten im Speicher und AWE »Ihr Digital Life
    June 7th, 2008 01:34 7. Juni 2008 01:34
    6

    [...] 1: Enable PAE support on Windows Server to allow large segment of physical memory to be [...] [...] 1: Aktivieren Sie PAE-Unterstützung auf Windows Server so, dass große Segment der physikalischen Speicher zu [...]

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

    According to Nach http://support.microsoft.com/kb/888732

    Microsoft Windows XP Professional x64 Edition supports 128GB, not 4GB. Microsoft Windows XP Professional x64 Edition unterstützt 128 GB, 4 GB nicht.

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

    It is possible? Es ist möglich? 2003 server standard edition 32 bit supports 8gb ram with PAE 2003 Server Standard Edition 32 Bit unterstützt 8 GB RAM mit PAE

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

    i dont know about computer but now i will Ich weiß nicht, über Computer, aber jetzt werde ich

Leave a Reply Lassen Sie eine Antwort

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> Sie können diese Tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting Abonnieren ohne zu kommentieren


Custom Search

Incoming Search Terms for the Article Eingehende Suche Nutzungsbedingungen für die Artikel

enable PAE ermöglichen PAE - -- how to enable PAE So aktivieren Sie PAE - -- vmware enable pae VMware ermöglicht PAE - -- boot.ini /PAE boot.ini / PAE - -- Windows XP PAE Windows XP PAE - -- boot.ini pae boot.ini PAE - -- pae enable PAE aktivieren - -- /pae boot.ini / PAE boot.ini - -- enable pae windows xp ermöglichen PAE Windows XP - -- xp pae xp PAE - -- pae windows XP PAE Windows XP - -- windows xp enable pae Windows XP aktivieren PAE - -- enable PAE windows 2003 ermöglichen PAE Windows 2003 - -- how to enable pae in xp So aktivieren Sie PAE in xp - -- enable pae xp ermöglichen PAE xp - -- how to enable /pae So aktivieren / PAE - -- how to use pae wie Sie mit PAE - -- pae boot.ini PAE boot.ini - -- pae enabled PAE aktiviert - -- enable /PAE Aktivieren / PAE - -- how to enable pae xp So aktivieren Sie PAE xp - -- windows 2003 pae Windows 2003 PAE - -- pae windows PAE-Fenster - -- enable pae in windows xp ermöglichen PAE in Windows XP - -- enable pae on windows xp ermöglichen PAE unter Windows XP - -- all alle - -- enable pae on xp ermöglichen PAE auf xp - -- bootcfg pae bootcfg PAE - -- enable PAE server 2003 ermöglichen PAE-Server 2003 - -- WINDOWS PAE WINDOWS PAE - -- how to use /pae wie man / PAE - -- Windows 2003 enable pae Windows 2003 ermöglichen PAE - -- enable PAE ermöglichen PAE - -- Enabling PAE in Windows XP Aktivieren PAE in Windows XP - -- how to enable PAE in windows XP So aktivieren Sie PAE in Windows XP - -- how to enable pae on xp So aktivieren Sie PAE auf xp - -- windows enable pae Windows aktivieren 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 Wie zu aktivieren, Verwendung und Support 4 GB oder mehr physischen RAM-Speicher in 32-Bit-Windows XP - -- winxp enable pae WinXP ermöglichen PAE - -- how to enable PAE on Windows XP So aktivieren Sie PAE unter 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 ermöglichen PAE Windows - -- enable pae windows server 2008 ermöglichen PAE Windows Server 2008 - -- bootcfg /pae bootcfg / PAE - -- Server 2003 PAE Server 2003 PAE - --