Share via


Configuring Object Store Memory

Once the available RAM is calculated, the kernel calculates how much memory will be allocated to the object store, Filesys.exe. The kernel first uses the FSRAMPERCENT value that is logged in Config.bib. During the boot process, it gives you access through pOEMCalcFSPages to change the default allocation. Once the final value is calculated, the kernel divides the memory between the kernel allocation used for running programs and the Filesys.exe allocation used for the object store. When the system is running, this division can be determined by calling GetSystemMemoryDivision or SetSystemMemoryDivision.

See Also

Customizing Memory

© 2005 Microsoft Corporation. All rights reserved.