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.
Related Articles Verwandte Artikel
- How to Enable PAE on 32-bit Windows Vista for 4 GB or More Memory Wie Aktivieren von PAE auf 32-Bit-Windows-Vista für 4 GB oder mehr Speicher
- Enable Lock Pages in Memory to Prevent Database Paging to Disk Aktivieren Sie Sperren von Seiten im Speicher zu verhindern Datenbank Auslagerungsdatei auf der Festplatte
- Windows Cannot Hibernate Computer with More Than 4 GB Memory Windows kann nicht Hibernate Computer mit mehr als 4 GB Speicher
- How to Enable, Use and Support 4GB or More Physical RAM Memory in 32-bit Windows Vista Wie zu aktivieren, Verwendung und Support 4 GB oder mehr physischen RAM-Speicher in 32-Bit-Windows-Vista
- VMWare Server Causes System Frozen, Hang and Unresponsive When Power/Start Up in Vista VMWare Server Ursachen System gefroren, hängen und reagiert, wenn Leistung / Start-Up in Vista
- Microsoft Virtual PC (VPC) 2007 SP1 Free Download Microsoft Virtual PC (VPC) 2007 SP1 kostenlos Download
- How to Open and Run 32-bit Command Prompt in 64-bit (x64) Windows Wie beim Öffnen und Ausführen von 32-Bit-Eingabeaufforderung in 64-Bit (x64) von Windows
- Windows Vista Starter Edition Supports More Than 1GB Memory (Tested on 2 GB System) Windows Vista Starter Edition unterstützt mehr als 1GB Memory (Getestet auf 2 GB System)
- VMware Server 2.0 Beta 2 Direct Download Link with Serial Number VMware Server 2.0 Beta 2 direkten Download-Link mit Seriennummer
- Test Memory On Computer for Errors with Windows Memory Diagnostic RAM Tester Test Speicher auf Fehler für Computer mit Windows Memory Diagnostic RAM Tester

































June 1st, 2008 01:37 1. Juni 2008 01:37
[...] 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, [...]
June 1st, 2008 07:28 1. Juni 2008 07:28
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.
June 1st, 2008 09:14 1. Juni 2008 09:14
Windows Server 2003 do support more than 4GB with PAE enabled. Windows Server 2003 unterstützen mehr als 4GB mit PAE aktiviert.
June 2nd, 2008 02:48 2. Juni 2008 02:48
Not a standard edition of Win2k3. Nicht als Standard Edition von Win2k3.
June 4th, 2008 18:00 4. Juni 2008 18:00
[...] Via | Tip and Trick [...] [...] Via | Tipp und Trick [...]
June 7th, 2008 01:34 7. Juni 2008 01:34
[...] 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 [...]
July 11th, 2008 01:13 11. Juli 2008 01:13
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.
July 18th, 2008 13:58 18. Juli 2008 13:58
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
September 25th, 2008 15:06 25. September 2008 15:06
i dont know about computer but now i will Ich weiß nicht, über Computer, aber jetzt werde ich