WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may
require you to reinstall your operating system. Microsoft cannot guarantee that you can solve
problems that result from using Registry Editor incorrectly. Use Registry Editor at your own
risk.
To change the number of heaps that JET creates, you need to add a registry value. To do so:
- Start Registry Editor (Regedt32.exe).
- Locate the following key in the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ESE\Global\OS\Memory
- On the Edit menu, click Add Value, and then add the following registry value:
Value Name: MPHeap parallelism
Data Type: REG_SZ
If this registry key is blank, the parallelism is four times the number of processors on the computer. If you set the registry value to 0, the parallelism is 3 plus the number of processors on the computer. If you set the registry value to any other number, the parallelism is that number.
On 8-processor computers, it is recommended that you add this registry key and set the value to 11. - Quit Registry Editor.
After you change this value, you must restart the Exchange 2000 information store. You can save a significant amount of virtual address space by making this change.
Heap Definition: Operating systems implement a process-wide heap manager to handle memory operations for the process. A default heap called process-heap is created for each process when the process is started.
This process-heap handles all alloc, free, and realloc calls for memory blocks in that process. In addition, the program or DLLs that are loaded can create custom heaps for their own private uses (such as the Ese.dll file). Such custom heaps exist in the process space, but the memory from these custom heaps is distinct from the memory that is allocated by the process-heap.
For additional information about large amounts of RAM on an Exchange 2000 server, click the article number below
to view the article in the Microsoft Knowledge Base:
266096�
XGEN: Exchange 2000 Requires /3GB Switch with More Than 1 Gigabyte of Physical RAM