Utilizzando questo sito, accetti il politica sulla riservatezza.
Accettare
EnterineEnterineEnterine
  • CASA
  • PROFESSIONISTA
  • TECNICA
  • Microsoft
    • Azzurro
    • ConfigMgr/SCCM
    • Dpm
    • Orchestratore
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Ufficio 365
    • Insider dell'ufficio
    • Potenza BI
    • Skype
    • SQLServer
    • Squadre
  • FINESTRE
    • Centro di amministrazione di Windows
    • Cliente Windows
    • Windows Server
  • Elenco raccolte query SCCM
Lettura: How to Change Virtual Memory Size on Windows 10: Guida passo passo
Ridimensionamento dei caratteriAa
EnterineEnterine
Ridimensionamento dei caratteriAa
  • CASA
  • PROFESSIONISTA
  • TECNICA
  • Microsoft
  • FINESTRE
  • Elenco raccolte query SCCM
Ricerca
  • CASA
  • PROFESSIONISTA
  • TECNICA
  • Microsoft
    • Azzurro
    • ConfigMgr/SCCM
    • Dpm
    • Orchestratore
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Ufficio 365
    • Insider dell'ufficio
    • Potenza BI
    • Skype
    • SQLServer
    • Squadre
  • FINESTRE
    • Centro di amministrazione di Windows
    • Cliente Windows
    • Windows Server
  • Elenco raccolte query SCCM
Cliente Windows

How to Change Virtual Memory Size on Windows 10: Guida passo passo

Pubblicato: Febbraio 18, 2024
5 Lettura minima
CONDIVIDERE

How to Change Virtual Memory Size on Windows 10: Guida passo passo.

Contenuto
How to increase virtual memory using Settings (GUI)How to increase virtual memory using Windows PowerShell

System-managed page files

Per impostazione predefinita, 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.

For example, 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 GB, 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 GB) and crash dump settings.3 × RAM or 4 GB, whichever is larger. This is then limited to the volume size ÷ 8. Tuttavia, 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 (GUI)

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

1. Aprire Impostazioni;

2. Navigare a System\About;

3. Under the “Related settings” section, fare clic sul System info;

4. Fare clic sul Advanced system settings option from the left pane;

5. Fare clic sul Avanzato scheda.

6. Under the “Performance” section, clic Impostazioni;

7. Fare clic sul Avanzato scheda;

8. Under the “Virtual memory” section, fare clic sul Modifica;

9. Clear the Automatically manage paging files size for all drives option.

10. Seleziona il Custom size option.

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. Tuttavia, 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. Fare clic sul Impostato pulsante.

13. Fare clic sul OK pulsante.

14. Fare clic sul OK button again.

15. Restart your device.

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

How to increase virtual memory using Windows PowerShell

To modify the paging file size with Windows Powershell:

1. Aprire Inizio.

2. Cercare Windows Powershell, right-click the top result, and select the Run as administrator option.

NOTA: Also you can right mouse button click on Inizio pulsante ed esegui Windows Powershell (Ammin)

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, which, 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.

TAGGATO:PowershellFinestreFinestre 10
Articolo precedente How to Execute Shell Script Files on Windows 10 Using WSL
Articolo successivo How to Refresh Active Directory Group Membership in Windows
Lascia un commento Lascia un commento

Lascia una risposta Annulla risposta

Il tuo indirizzo email non verrà pubblicato. I campi obbligatori sono contrassegnati *

Questo sito utilizza Akismet per ridurre lo spam. Scopri come vengono elaborati i dati dei tuoi commenti.

Traduzione

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
di Transposh - plugin di traduzione per wordpress

Post popolari

Requisiti di sistema per Windows Server 2016
Windows Server
Elenco raccolte query di Gestione configurazione
Elenco raccolte query di Gestione configurazione
ConfigMgr
Navigazione strutturata/gestita abilitata nelle pagine moderne nei siti del team classici
Tecnologia
SCCM Impossibile ottenere le posizioni DP come versione prevista da MP
ConfigMgr

Post recenti

Installazione e configurazione di Fail2ban per la protezione SSH su Ubuntu 24.04
Linux
Abilitazione e configurazione di FirewallD su AlmaLinux
Linux
Creazione utente e configurazione chiave SSH in AlmaLinux
Linux
Come reimpostare la password su AlmaLinux
Linux

© 2023 Enterine

Vai alla versione mobile
Bentornato!

Accedi al tuo account

Nome utente o indirizzo e-mail
Password

Hai perso la password?