miércoles, 28 de febrero de 2007

Optimizar caché L2

Windows XP por defecto utiliza 256 KBytes de la caché de nivel 2 de los procesadores. Debido a que muchos de los procesadores actuales de gama alta tienen cachés mayores de 256 KBytes, optimizaremos el rendimiento de nuestro Windows modificando este valor. Iniciamos el editor del registro con «regedit.exe» desde Inicio/ejecutar y localizaremos la clave:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SessionManager\Memory Management.

Crearemos o modificaremos el valor DWORD SecondLevelDataCache, cuyo valor ajustaremos al equivalente en KBytes al tamaño de nuestra caché de nivel 2 en notación decimal.

By default, Windows XP uses
256 KBytes of the level caché 2 of the processors. Due to the fact that many of the current processors of high range have caches up to 256 KBytes, we'll optimize the performance of our Windows modifying this value. We type "regedit.exe" from Start/execute and we'll locate the key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SessionManager\Memory Management.

We'll create or modify the value DWORD SecondLevelDataCache, whose value we'll fit to the equivalent in KBytes to the size of our cache of level 2 in decimal notation.

No hay comentarios: