Al usar este sitio, estás de acuerdo con el política de privacidad.
Aceptar
EnterineEnterineEnterine
  • HOGAR
  • TI PRO
  • TECNOLOGÍA
  • Microsoft
    • Azur
    • Administrador de configuración/SCCM
    • Dpm
    • orquestador
    • Hiper-V
    • Información privilegiada de Microsoft Edge
    • MSI
    • Oficina 365
    • Información privilegiada de la oficina
    • Energía BI
    • Skype
    • Servidor SQL
    • equipos
  • VENTANAS
    • Centro de administración de Windows
    • Cliente de Windows
    • Servidor Windows
  • Lista de recopilación de consultas SCCM
Lectura: Cómo cambiar el tamaño de la memoria virtual en Windows 10: Guía paso a paso
Cambiar tamaño de fuenteAutomóvil club británico
EnterineEnterine
Cambiar tamaño de fuenteAutomóvil club británico
  • HOGAR
  • TI PRO
  • TECNOLOGÍA
  • Microsoft
  • VENTANAS
  • Lista de recopilación de consultas SCCM
Buscar
  • HOGAR
  • TI PRO
  • TECNOLOGÍA
  • Microsoft
    • Azur
    • Administrador de configuración/SCCM
    • Dpm
    • orquestador
    • Hiper-V
    • Información privilegiada de Microsoft Edge
    • MSI
    • Oficina 365
    • Información privilegiada de la oficina
    • Energía BI
    • Skype
    • Servidor SQL
    • equipos
  • VENTANAS
    • Centro de administración de Windows
    • Cliente de Windows
    • Servidor Windows
  • Lista de recopilación de consultas SCCM
Cliente de Windows

Cómo cambiar el tamaño de la memoria virtual en Windows 10: Guía paso a paso

Publicado: Febrero 18, 2024
5 Lectura mínima
COMPARTIR

Cómo cambiar el tamaño de la memoria virtual en Windows 10: Guía paso a paso.

Contenido
How to increase virtual memory using Settings (Guía)How to increase virtual memory using Windows PowerShell

System-managed page files

Por defecto, page files are system-managed. This means that the page files increase and decrease based on many factors, such as the amount of physical memory installed, the process of accommodating the system commit charge, and the process of accommodating a system crash dump.

Por ejemplo, when the system commits charge is more than 90 percent of the system commit limit, the page file is increased to back it. This continues to occur until the page file reaches three times the size of physical memory or 4 ES, whichever is larger. This all assumes that the logical disk that is hosting the page file is large enough to accommodate the growth.

The following table lists the minimum and maximum page file sizes of system-managed page files in Windows 10.

Minimum page file sizeMaximum page file size
Varies based on page file usage history, amount of RAM (RAM ÷ 8, max 32 ES) and crash dump settings.3 × RAM or 4 ES, whichever is larger. This is then limited to the volume size ÷ 8. Sin embargo, it can grow to within 1 GB of free space on the volume if required for crash dump settings.

How to increase virtual memory using Settings (Guía)

To adjust the virtual memory size on Windows 10, use these steps:

1. Abierto Ajustes;

2. Navegar a System\About;

3. Under the “Related settings” section, haga clic en System info;

4. Haga clic en el Advanced system settings option from the left pane;

5. Haga clic en el Avanzado pestaña.

6. Under the “Performance” section, hacer clic Ajustes;

7. Haga clic en el Avanzado pestaña;

8. Under the “Virtual memory” section, haga clic en Cambiar;

9. Borrar el Automatically manage paging files size for all drives opción.

10. Seleccione el Custom size opción.

11. Specify the initial and maximum size for the paging file in megabytes.

NOTA: The size of the virtual memory is unique to each device, and it can’t be generalized. Sin embargo, usually, it’s recommended to use a number that’s one and a half times the total available memory for the “Initial size” and three times of available memory for the “Maximum size” when possible.

12. Haga clic en el Colocar botón.

13. Haga clic en el DE ACUERDO botón.

14. Haga clic en el DE ACUERDO button again.

15. Restart your device.

If you need to revert the changes, you can use the same instructions, but on paso 9, make sure to check the Automatically manage paging size for all drives opción, and restart your device to apply changes.

How to increase virtual memory using Windows PowerShell

To modify the paging file size with WindowsPowerShell:

1. Abierto Comenzar.

2. Buscar WindowsPowerShell, right-click the top result, and select the Ejecutar como administrador opción.

NOTA: Also you can right mouse button click on Comenzar botón y ejecutar WindowsPowerShell (Administración)

3. Type the following command to get the current status of the paging file:

wmic pagefile list /format:list

4. Type the following command to switch from Automatic Manage a Custom virtual memory:

wmic computersystem where name="%computername%" set AutomaticManagedPagefile=false

5. Type the following command to set the initial and maximum size of the virtual memory:

wmic pagefileset where name="C:\\pagefile.sys" set InitialSize=<InitialSizeinMB>,MaximumSize=<MaximumSizeinMB>

An example (Initial – 1024 Mb, Maximum – 4096 Mb):

wmic pagefileset where name="C:\\pagefile.sys" set InitialSize=1024,MaximumSize=4096

6. Type the following command to restart your PC:

shutdown -r -t 00

After you complete the steps, the device will start using the new values for virtual memory, cual, if done correctly, should help to improve system performance.

NOTA: If you no longer need to use the custom size for virtual memory, you can always revert the changes to automatic:

wmic computersystem where name="%computername%" set AutomaticManagedPagefile=true

Restart your device.

NOTA: It’s possible to disable virtual memory on Windows 10, even when you have a large amount of system memory, it’s not recommended to disable this feature. Usually, if you disable it, some applications may stop working, some system features may not work efficiently, and you may end up with some weird behaviors.

ETIQUETADO:PowershellWindowsWindows 10
Artículo anterior Cómo ejecutar archivos de script Shell en Windows 10 Usando WSL
Artículo siguiente Cómo actualizar la membresía del grupo de Active Directory en Windows
Deja un comentario Deja un comentario

Deja una respuesta Cancelar respuesta

Su dirección de correo electrónico no será publicada. Los campos obligatorios están marcados *

Este sitio utiliza Akismet para reducir el spam.. Descubra cómo se procesan los datos de sus comentarios.

Traducción

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
por Transposh - Plugin de traducción para WordPress

Publicaciones populares

Requisitos del sistema para Windows Server 2016
Servidor Windows
Lista de recopilación de consultas del Administrador de configuración
Lista de recopilación de consultas del Administrador de configuración
ConfigMgr
Navegación estructurada/administrada habilitada en páginas modernas en sitios de equipo clásicos
Técnico
SCCM no pudo obtener las ubicaciones de DP como la versión esperada de MP
ConfigMgr

Publicaciones recientes

Instalación y configuración de Fail2ban para protección SSH en Ubuntu 24.04
linux
Cómo verificar la zona horaria en Linux
linux
Habilitación y configuración de FirewallD en AlmaLinux
linux
Creación de usuarios y configuración de claves SSH en AlmaLinux
linux

© 2023 Enterine

Ir a la versión móvil
Bienvenido de nuevo!

Inicia sesión en tu cuenta

Nombre de usuario o dirección de correo electrónico
Contraseña

Perdiste tu contraseña?