Topic Last Modified: 2009-02-05

The Microsoft Exchange Server Best Practices Analyzer examines the size settings for the following event logs:

The tool performs this examination to verify that the log file sizes are set to an appropriate value for the amount of memory that is in use on the Exchange server. During this examination, the Best Practices Analyzer determines whether the following conditions are true:

If the Best Practices Analyzer determines that insufficient system PTEs are available and that the log file is set to a size that is greater than 64 MB, the tool generates the following warning message:

The size of the '<logFileName>' log on server <ServerName> is larger than 64MB. This may cause high usage of Page Table Entries(PTE). Maximum application log size can be modified using the Event Viewer. Current size: <Size>MB.

If the maximum event log sizes are set to a high value, such as 100 MB or more, you may experience a shortage of system PTEs. If system PTEs are unavailable, Exchange may be unable to run, or the operating system may become unstable.

System PTEs hold stack allocations for each thread in a program. When a thread makes a kernel mode call, the stack allocations are used. More system PTEs are used as more processes are run on the server.

32-bit versions of Windows Server 2003 allocate 660 MB for system PTEs. In contrast, 64-bit versions of Windows Server 2003 allocate 128 gigabytes (GB) for system PTEs. Therefore, you are much less likely to experience this issue on a computer that is running a 64-bit version of Windows Server 2003. Additionally, if you use the /3GB Boot.ini parameter to allocate more address space to user mode processes, you decrease the number of available system PTEs.

To address this issue, set the appropriate event log file size in Windows Server 2003.

To configure an event log size in Windows Server 2003
  1. Click Start, click Run, type eventvwr, and then click OK.

  2. In the Event Viewer snap-in, right-click Application or Security, depending on the log file that you want to configure, and then click Properties.

  3. On the General tab, type 65536 in the Maximum log size box, and then click OK.

  4. On the message that states that the new log file size does not take effect until you clear the log, click OK.

  5. Right-click the same log file, and then click Clear all Events.

  6. Click Yes to save the contents of the log file before it is cleared. Then, save the log file .

Note:
The event log size may also be configured by using Group Policy settings. We recommend that you verify that a Group Policy object is not configured to set the event log size before you change the size manually. For more information, see Event Log Policy Settings.

For More Information

For more information about memory tuning for Exchange Server 2003, see Microsoft Knowledge Base article 823440, Use of the /3GB switch in Exchange Server 2003 on a Windows Server 2003-based system.

For more information about the memory architecture in Windows Server 2003, see Microsoft Knowledge Base article 294418, Comparison of 32-bit and 64-bit memory architecture for 64-bit editions of Windows XP and Windows Server 2003.