Exchange 2003 Memory Settings
Hallo zusammen,
Kürzlich hatte ich auf einem Exchange Server eine Meldung dass die Memory Settings nicht optimal sind. Diese Meldung erscheint wenn ein Exchange Server mehr als 1 GB RAM hat und die untenstehenden Settings nicht gemacht sind.
By the way - mit foldendem Registry Key kann die Überprüfung deaktiviert werden. Aber eben, nur die Meldung wird deaktiviert, die Settings sind nach wie vor nicht optimal.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersSystem
Parameter: Suppress Memory Configuration Notification
Typ:REG_DWORD
Einstellung: 1
Boot.ini
In der Boot.ini müssen folgende Parameter hinzugefügt werden /3GB /USERVA=3030
Windows 2000 Server
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\
Name: SystemPages
Typ: REG_DWORD
Wert: 31000 (decimal)
Windows 2003 Server
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\
Name: SystemPages
Typ: REG_DWORD
Wert: 0x00000000 (empfohlen)
Windows 2000/2003
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
Name: HeapDeCommitFreeBlockThreshold
Typ: REG_DWORD
Wert: 0x00040000 (empfohlen)
Weiterführende Informationen
http://technet.microsoft.com/en-us/library/aa996786.aspx
http://support.microsoft.com/kb/815372