Topic Last Modified: 2005-11-18

The Microsoft® Exchange Server Analyzer Tool queries the Active Directory® directory service to determine the value for the msExchESEParamLogBuffers attribute for each storage group. If the Exchange Server Analyzer finds the value for the msExchESEParamLogBuffers attribute equal to 9,000, a non-default configuration message is displayed.

Extensible Storage Engine (ESE) uses a set of log buffers to hold information in RAM before it writes to the transaction logs. Using these buffers improves transaction logging performance. For large servers, the default value of 84 is too low. This can cause excessive disk I/O operations to the transaction log drive and, therefore, significant performance degradation if the server is under load or if users are sending large messages. Increasing the number of ESE log buffers improves performance, although it also causes more virtual memory usage.

To correctly set this value, use the following information:

Note:
If you previously tuned log buffers to 9000, make sure that you manually reduce this setting after you apply Exchange 2000 Server SP3. This change is not made automatically when you install Exchange 2000 Server SP3.

If you have log stalls, this may be caused by too low a buffer, and you can raise this value up to 9000. The Database\Log Record Stalls/sec performance counter can be monitored to determine whether log stalls are occurring. Do not use a value greater than 9000, as that can corrupt transaction log files.

Note:
Log Record Stalls/sec is the number of log records that cannot be added to the log buffers per second because they are full. If this counter is non-zero most of the time, the log buffer size may be a bottleneck.

You must correct the value using a tool such as the Active Directory Service Interfaces (ADSI) Edit snap-in, the LDP (ldp.exe) tool, or any other Lightweight Directory Access Protocol (LDAP) version 3 client.

Caution:
If you incorrectly modify the attributes of Active Directory objects when you use ADSI Edit, the LDP tool, or another LDAP version 3 client, you may cause serious problems. These problems may require that you reinstall Microsoft Windows Server™ 2003, Exchange Server 2003, or both. Modify Active Directory object attributes at your own risk.

To revert to the default configuration

  1. Start ADSI Edit.

  2. Double-click the Configuration container, expand CN=Services, expand CN=Microsoft Exchange, and then expand CN=<ExchangeOrganizationName>.

  3. Expand CN=Administrative Groups, expand CN=<AdministrativeGroupName>, and then expand CN=Servers.

  4. Expand CN=<ServerName>, expand CN=InformationStore, right-click CN=<StorageGroupName>, and then click Properties.

  5. In the Attribute Editor, click the msExchESEParamLogBuffers attribute, and then click Edit.

  6. In the Edit Attribute box, set the value to 512 for Exchange 2000 Server or 9000 for Exchange Server 2003.

  7. Click Apply, and then click OK.

  8. Close ADSI Edit, and then restart the Microsoft Exchange Information Store service for the change to take effect.

For more information about setting ESE log buffers, see the Microsoft Knowledge Base article 328466, "XADM: ESE Log Buffers That Are Set Too Low Can Cause the Store to Stop Responding" (http://go.microsoft.com/fwlink/?LinkID=3052&kbid=328466).