diff --git a/src/assets/view-pagefile/pagefile.png b/src/assets/view-pagefile/pagefile.png new file mode 100644 index 00000000..734adf15 Binary files /dev/null and b/src/assets/view-pagefile/pagefile.png differ diff --git a/src/content/docs/factoids/pagefile.md b/src/content/docs/factoids/pagefile.md new file mode 100644 index 00000000..56370e1e --- /dev/null +++ b/src/content/docs/factoids/pagefile.md @@ -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) \ No newline at end of file