Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Does windows NT use the L2 cache 1

Status
Not open for further replies.

moxiespal

Technical User
Aug 12, 2001
10
US
In reading some NT tips, it said the NT's default will not reconize L2 cache, but changing a certain value in the registry to '512' will do the trick. Has anyone come across this issue?
 
By default, NT is optimised for a 256k L2 cache, and will set HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\MemoryManagement\SecondLevelDataCache to 0. If this key doesn't exist, it simply means that NT is using the default.

If your processor has a larger L2 cache, it is worth adding the full value, as a REG_DWORD. You can enter the value as decimal (512, 1024 or however much L2 cache you have).

It won't make the machine fly, but you may notice a slight improvement in response times. Intel processors are particularly inefficient at utilising the L2 cache anyway.

I hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top