From 41964ccda417f869ea821f6e34c80e54e47fd5cc Mon Sep 17 00:00:00 2001 From: PipeItToDevNull Date: Mon, 27 Jan 2025 19:41:02 -0500 Subject: [PATCH] add basic pagefile viewing directions --- src/content/docs/factoids/pagefile.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/content/docs/factoids/pagefile.md diff --git a/src/content/docs/factoids/pagefile.md b/src/content/docs/factoids/pagefile.md new file mode 100644 index 00000000..d703b16c --- /dev/null +++ b/src/content/docs/factoids/pagefile.md @@ -0,0 +1,11 @@ +--- +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. \ No newline at end of file