-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add basic pagefile viewing directions (#443)
* add basic pagefile viewing directions * add image
- Loading branch information
1 parent
dec5a67
commit a71f377
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: Viewing the Pagefile location and status | ||
description: The pagefile in Windows is virtual memory, extending the physical RAM by writing memory to disk when RAM is full or an item is not in use. | ||
--- | ||
|
||
1. Press Win + R to open the Run dialog. | ||
2. Type `sysdm.cpl` and press Enter. | ||
3. Click the **Advanced** tab. | ||
4. In the **Performance** section, click on **Settings**. | ||
5. Go to the **Advanced** tab. | ||
6. Under the **Virtual memory** section, click on **Change**. | ||
|
||
![sysdm.cpl](../../../assets/view-pagefile/pagefile.png) |