It is possible that your Windows NT HAL (Hardware Abstraction Layer) does not recognize the amount of L2 cache (Secondary RAM Cache) that you have installed. To force Windows NT to recognize it, edit:
HKEY_LOCAL_MACHINE/System/CurrentControlSet/Control/Session Manager/Memory Management
The value name SecondLevelDataCache is a type REG_DWORD. A data value of 0 is the default which sets the L2 cache to 256K. If you have a different amount installed, set the value in decimal.
Example: If you have 512K cache, set the entry to 512 in decimal(Hexadecimal 200).