L2 Cache

Click on any underlined word to see its meaning. Words with ** before and after, are downloadable links. 

 

The Problem

The time your computer takes to retrieve information and load programs is directly related to where that information is stored in your computer.

Often the retrieval time can be longer than necessary.

 

The Solution

Cache (pronounced "cash") is a temporary storage location (much like a "cache of weapons" or a "cache of gold"). In terms of your computer, this is very important, because storing data in a cache can reduce the time which your computer spends in going to your hard disk and retrieving information about the application that you just launched. Your computer has several different cache locations as shown in the diagram below.

 

 

 

 

 

 

 

 

 

The Method
We're going to make sure your computer knows the correct size of your L2 cache. It's as easy as  A, B, C.

  1. We'll find the correct size ourselves with a little program we're going to download.
  2. We'll convert the size into "hexadecimal form" (something that the computer can read and understand)
  3. We'll enter this new figure into the Windows registry, where the computer can find it.

 

 

 

 

 

 

 

 

 

Now we know how much level 2 cache you have. Let's convert it to a hexadecimal number so your computer can understand it:

 

 

 

 

 

 

 


 

You now have the number you are going to put into the Windows Registry:

HKEY_LOCAL_MACHINE à SYSTEM à CurrentControlSet à Control à Session Manager à Memory Management

 

 

When you reach the Memory Management folder, click on it once and look in the list to the right, for an entry called SecondLevelDataCache (see below)

 

You're done!!