Force Kernel Drivers and System Code to Stay Loaded in Memory to Boost Speed with DisablePagingExecutive Tweak Fuerza de controladores del núcleo y sistema de código para permanecer cargados en la memoria para aumentar la velocidad con DisablePagingExecutive pellizcar
User-mode and kernel-mode drivers and kernel-mode system code can be written to be either pageable or non-pageable. User-mode y kernel-mode drivers del kernel y el modo de sistema de código puede ser escrito para ser pageable o no pageable. Pageable means that the Windows operating system can page or flush the driver or system code to disk when not in use in order to free up the memory for other processes. Pageable significa que el sistema operativo Windows puede página o el rubor que el conductor o sistema de código en el disco cuando no esté en uso, a fin de liberar la memoria para otros procesos.
For system with large amount of RAM memory size, it’s possible to boost system performance and increase system speed by forcing and keeping the pagable system code and driver in physical memory, even if they’re programed as can page to disk. Por sistema con gran cantidad de memoria RAM tamaño, es posible aumentar el rendimiento del sistema y aumentar la velocidad de sistema y obligando a mantener el sistema de código pagable y el conductor en la memoria física, aun cuando está programado como la página en disco. By keeping the code bits to stay loaded in memory, the OS can immediately access the driver or system code whenever required without the need to swap and read from hard disk again, which is slower. Al mantener el código de bits para permanecer cargados en la memoria, el sistema operativo puede acceder inmediatamente al conductor o sistema de código siempre que lo requieran, sin necesidad de swap y leer desde el disco duro de nuevo, que es más lento.
If your system has enough physical RAM memory, you can force Windows OS to keep pageable drivers and system codes in memory. Si su sistema tiene suficiente memoria RAM física, usted puede obligar a Windows a mantener pageable los conductores y el sistema de códigos en la memoria. To check if your system has enough memory to perform this tweak, a good indicator is to load all applications intended to be use simultaneously, and then run Task Manager (Taskmgr). Para comprobar si su sistema tiene memoria suficiente para realizar esta pellizcar, un buen indicador es para cargar todas las aplicaciones destinadas a ser utilizar simultáneamente, y luego ejecute el Administrador de tareas (Taskmgr). Go to the Performance tab to look at the amount of physical RAM, which should be greater than the Peak Commit Charge by at least 16MB (only in Windows XP). Ir a la pestaña Rendimiento para ver la cantidad de memoria RAM física, lo que debería ser mayor que el pico de Commit Charge por lo menos 16MB (sólo en Windows XP). Generally speaking, if total RAM size of the system is greater than 512 MB, the trick is workable. En términos generales, si el tamaño total de RAM del sistema es superior a 512 MB, el truco es viable.
To enable pageable not swap to disk feature (or more appropriately disable the paging feature), just tweak the DisablePagingExecutive registry key located in the following registry hive: Con el fin de permitir pageable no swap a disco característica (o más adecuadamente desactivar la característica de paginación), acaba de ajustar la clave del registro DisablePagingExecutive situado en la colmena siguiente registro:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control \ Session Manager \ Memory Management
The default value for DisablePagingExecutive is 0, which make OS adheres to developer’s intent on paging ability. El valor por defecto para DisablePagingExecutive es 0, lo que hacen OS adhiere a la intención del desarrollador en capacidad de paginación. Setting the DisablePagingExecutive registry value to 1 will disable paging ability and make all user-mode and kernel-mode drivers or kernel-mode system code to remain running in memory without swapping to disk. Configuración del DisablePagingExecutive el valor de registro del 1 de desactivar la paginación de capacidad y hacer que todos los user-mode y kernel-mode drivers o kernel-mode sistema de código de permanecer en funcionamiento en la memoria sin memoria de intercambio en disco.
If you are worry that the system will take out too large amount of RAM to keep the not paged data, it’s possible to set the limit for the maximum amount of memory can be used to store non-paged data in memory. Si se preocupan de que el sistema se llevará a cabo también gran cantidad de memoria RAM para guardar los datos no paginada, es posible fijar el límite máximo para la cantidad de memoria se puede utilizar para almacenar no paginado datos en la memoria. To do so, change the NonPagedPoolSize registry key in the same registry branch: Para ello, cambiar la clave del registro NonPagedPoolSize en la misma rama del registro:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Session Manager \ Memory Management
The value are in byte. El valor se encuentran en byte. So to set the limit of which Windows can keep non-paged memory limit to 128 MB, set the value of NonPagedPoolSize value to 134217728 in decimal or 0×8000000 in hexadecimal. Por lo tanto, para establecer el límite de que Windows pueda mantener no paginado límite de memoria a 128 MB, establecer el valor de NonPagedPoolSize valor de 134217728 en decimal o 0 × 8000000 en hexadecimal. By default, the value is 0 (zero), which mean let system decide. Por defecto, el valor es 0 (cero), lo que significa dejar que el sistema decida. To ensure that the system doesn’t override the NonPagedPoolSize settings, also set the corresponding value to NonPagedPoolQuota , which will be respected no matter what’s going on (good or bad) on the system. Para garantizar que el sistema no anula la configuración NonPagedPoolSize, también el valor correspondiente a NonPagedPoolQuota, que se respete no importa lo que está pasando (bueno o malo) en el sistema. (Alternatively, just leave the NonPagedPoolSize value at default 0 and only change the NonPagedPoolQuota, since this is where the system usually gets really conservative since it doesn’t know the usage patterns.) (Por otra parte, acaba de salir de la NonPagedPoolSize valor por defecto a 0 y el único cambio NonPagedPoolQuota, ya que es aquí donde el sistema usualmente realmente conservador, ya que no conoce la los patrones de uso.)
However, before changing NonPagedPoolSize and NonPagedPoolQuota values, do make sure that the system has enough memory for other processors and usages, as non-paged memory block will be set aside and reserved no matter whether system use it or not, else the tweak will achieve the unintended effect of making system slower instead of faster. Sin embargo, antes de cambiar NonPagedPoolSize y NonPagedPoolQuota valores, asegúrese de hacer que el sistema tiene suficiente memoria para los procesadores y otros usos, como no paginado bloque de memoria serán retiradas de la producción y reservados no importa si el uso del sistema o no, de lo contrario la va a pellizcar lograr el efecto no deseado de hacer el sistema más lento en lugar de con mayor rapidez.
The tweak works on most Windows such as Windows Vista and Windows XP. El ajustar las obras a más de Windows, como Windows Vista y Windows XP.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Se trata de una máquina que traduzca la página se proporciona "tal cual" sin garantía. Machine translation may be difficult to understand. La traducción automática puede resultar difícil de entender. Please refer to Por favor, consulte original English article artículo original Inglés whenever possible. siempre que sea posible.
Share and contribute or get technical support and help at Compartir y contribuir o recibir apoyo técnico y ayudar a My Digital Life Forums Mi vida digital Foros .
Related Articles Artículos relacionados
- Increase Terminal Server Speed and Performance Aumentar la velocidad del servidor terminal y el rendimiento
- Differences and Advantages Between 32-bit (x86) VS 64-bit (x64) Windows Vista Las diferencias y ventajas entre 32-bit (x86) VS de 64 bits (x64) de Windows Vista
- SuperTalent Unveiled Project X DDR3 Memory Modules Inaugurado proyecto SuperTalent X módulos de memoria DDR3
- How to Check Memory Usage in Linux based Server Cómo Check Uso de la memoria en el servidor basado en Linux
- Unable to Disable Integrity Checks Cause Drivers Not Found in 64-bit Vista (x64) No es posible desactivación de revisiones de la integridad de los conductores Causa No se ha encontrado en 64-bit Vista (x64)
- Free Up Memory Automatically by Unloading DLLs in Windows 9x and NT with AlwaysUnloadDll Liberar memoria automáticamente descarga de DLLs en Windows 9x y NT con AlwaysUnloadDll
- Boost Windows XP Performance with eBoostr 2.0.1 Impulsar la ejecución de Windows XP con eBoostr 2.0.1
- Optimize SQL Server 2000, 2005 or 2008 in Large RAM System by Locking Pages in Memory and AWE Optimizar SQL Server 2000, 2005 o 2008 en Grandes RAM Sistema de Bloqueo de páginas en memoria y AWE
- New Logitech Speed Force Wireless Racing Wheel For Wii Nueva Fuerza velocidad Logitech Wireless Racing Wheel para Wii
- TweakVista 1.0 - Tweaking Tool for Vista TweakVista 1,0 - Afinar Herramienta para Vista









August 24th, 2008 11:43 24 de agosto de 2008 11:43
Anybody tried this yet? Cualquier persona que este tratado aún? I have been having video driver stopped responding issues, probably due an aging hard drive, so this is very tempting. Me ha controlador de vídeo haber dejado de responder cuestiones, probablemente debido envejecimiento de disco duro, así que esto es muy tentador. I have an XP Pro box running on 1 Gb RAM, what say? Tengo una caja de XP Pro funcionamiento el 1 Gb de RAM, ¿qué decir?
Regards, Recuerdos,
MFK.