Windows 10: Page and Swap File?

Discus and support Page and Swap File? in Windows 10 Performance & Maintenance to solve the problem; I've set the Page File for my C: drive to No Page File and my D: to System Managed. Doing this places the Page File on my D: drive, which is the... Discussion in 'Windows 10 Performance & Maintenance' started by Geosammy, Apr 21, 2016.

  1. Geosammy Win User

    Page and Swap File?


    I've set the Page File for my C: drive to No Page File and my D: to System Managed.
    Doing this places the Page File on my D: drive,
    which is the faster of the 2 drives.

    Page and Swap File? [​IMG]


    The question is,
    should I still have a Swap File on my C: drive and also one on my D: drive?

    Here's a screenshot of the C: drive.
    Notice the Swap File and no Page File.

    Page and Swap File? [​IMG]


    Here's a screenshot of the D: drive.
    Make note of the Page File and also the Swap File.

    Page and Swap File? [​IMG]


    I was under the impression,
    that if I disable the Page Files on a specific drive,
    that both Page and Swap Files shouldn't be present on this drive?
    Is it normal to have 2 Swap Files of the same size on different drives?





    :)
     
    Geosammy, Apr 21, 2016
    #1

  2. N95 New Firmware

    demand paging make this like swap file i think
     
    ahmed25---01, Apr 21, 2016
    #2
  3. On Windows 10, how do I download stuff from the Windows App Store?

    I finally got Windows Update to work but the the App Store still doesn't work. I can click to download Netflix, nothing happens except 'Working..." pops up, navigate back to the home screen, click on say Facebook and then click to download via the 'Free
    button' again and the page swaps back to the Netflix page. Click the 'Free button' on the Netflix page now and it swaps me back to the Facebook page...
     
    ChrisVasser, Apr 21, 2016
    #3
  4. dalchina New Member

    Page and Swap File?

    Hi, this may be of interest- apologies if all is familiar.
    I've moved my pagefile.sys off my (C: ) - swapfile.sys is only present on C:
     
    dalchina, Apr 21, 2016
    #4
  5. Geosammy Win User
    No this is not familiar.
    I don't understand why I have two swap files.
    Should I only have one swapfile.sys?
    If so, how can I change this?
     
    Geosammy, Apr 21, 2016
    #5
  6. dalchina New Member
    dalchina, Apr 21, 2016
    #6
  7. Geosammy Win User
    Okay, thanks for the link.
    I understand what and why there are these kinds of files.
    The question is...
    If I set my C drive to No Page File and then set the page file to be on my D drive as System Managed.
    Why is it that I have 2 swap files, and are both swap files being used, or not?

    Also if you placed your page file on another drive, other then the C drive.
    Why is it that you only have one swap file, yet I've done the same thing and I have 2 swap files?
     
    Geosammy, Apr 21, 2016
    #7
  8. dalchina New Member

    Page and Swap File?

    Hi, this -er- curiously read video
    How to Delete the Swapfile.sys File - windows 10 - YouTube
    and this - see the section
    Moving Swapfile.sys to another location/drive
    http://www.download3k.com/articles/H....1-or-10-00430

    in particular indicate the process of moving the files.

    They don't necessarily move together.

    I would assume from this that to successfully move BOTH files you have to be careful in the sequence.
    It should follow that
    - one of yours is redundant
    - I could consider moving my swapfile.sys if I wished.
     
    dalchina, Apr 21, 2016
    #8
  9. Geosammy Win User
    Thanks again for the links.
    Didn't you say that you only have one swap file, so why would you want to move it?

    I on the other hand have 2 such file.
    Would it be safe, if I could, to just remove one of them?
     
    Geosammy, Apr 21, 2016
    #9
  10. dalchina New Member
    I would assume you should be able to delete one- should be under 256Mb. Simply check the date modified.. one of yours will hopefully be old.

    Otherwise I'm simply commenting on the differences.. and saying 'I could'..
     
    dalchina, Apr 21, 2016
    #10
  11. Geosammy Win User
    I'm confused, so I just set the page file to be system managed for all drives.
    Now I have 2 page file and 2 swap files, one swap and page file for each drive.
     
    Geosammy, Apr 21, 2016
    #11
  12. Berton Win User
    I've always seen paging file [virtual memory] on Windows NT-based versions and swap file on Windows ME and earlier.

    I set the paging file on the C: drive at 2048MB and on a second hard drive at the recommended 1.5 times the physical RAM. With 8GB RAM that would be 2048MB on C: and 12288 on D:. I've seen marked improvement in system performance on the computers. Some program installations look for the paging file on the same drive as the OS.
     
    Berton, Apr 21, 2016
    #12
  13. Geosammy Win User

    Page and Swap File?

    I was mainly concerned about the 2 swap files, but now I don't really care any more.
    I also have 8GB's, so I'll give your configuration a try, it couldn't hurt, or at least I hope it doesn't hurt.
    Thanks.
     
    Geosammy, Apr 21, 2016
    #13
  14. dalchina New Member
    Just to check- Win 8 & Win 10 have both a pagefile.sys and swapfile.sys - not to be confused with the older nomenclature (win 7 and earlier) where the pagefile was also referred to as the swap file for legacy reasons.
     
    dalchina, Apr 21, 2016
    #14
  15. LMiller7 Win User
    True.

    The term "swapfile" is an old one, dating back to a time when the OS would swap entire processes to disk. This wasn't very efficient but the best that could be done with the relatively primitive hardware available. But in the NT platform (and Windows 95, 98, ME) data was written to disk in pages of 4096 bytes. As a reflection of this the former swapfile became pagefile.sys, although the older term remained in use in Windows 9x. It iterm s still used in Linux, even though it is actual used for pages of data.

    That changed in Windows 8. pagefile.sys kept it's traditional role but a new swapfile.sys was introduced to page out the modern Apps. These are very small in comparison to traditional applications. For technical reasons it was more efficient to use a different file for this purpose. So in Windows 8 and later we have both pagefile.sys and swapfile.sys serving different purposes.

    There is some value in having a pagefile (or swapfile) on a separate physical drive other than that containing the OS. This largely disappears when SSDs are being used. But note carefully that these must be separate physical drives, not partitions. In the latter case performance would be impaired.

    But if you have a reasonable amount of RAM for your workload you won't gain much by doing this. This also assumes that the other drive is at least as fast as the OS drive.

    I do wonder though why the OS isn't on the faster drive. That would make more difference than anything you could do with the pagefile.
     
    LMiller7, Apr 4, 2018
    #15
Thema:

Page and Swap File?

Loading...
  1. Page and Swap File? - Similar Threads - Page Swap File

  2. Files lost after swapping to a drive.

    in Windows 10 Gaming
    Files lost after swapping to a drive.: Recently I was working on a project which was contained within a folder. I was running low on space on C: so I moved the folder over to my flashdrive E:. After moving the folder over to my flashdrive however, the folder is empty. I searched for some of the contents using the...
  3. can Windows.old files be swapped?

    in Windows 10 Installation and Upgrade
    can Windows.old files be swapped?: I still have a Windows.old file from a previous upgrade from 1909 to 2004. I have renamed it so it can't be auto-deleted. I have also extended the expiry out to the max 60 days, so it is not expired yet anyway. But if I try a repair-install, then that procedure will create a...
  4. Desktop swapped with user file

    in Windows 10 Network and Sharing
    Desktop swapped with user file: Hello, This is really weird but my desktop used to be on my D: drive because why not. I wanted to change it back into my C: drive because i wanted all my windows files on C and everything else on D so when i moved the desktop file into the user folder it for some reason...
  5. Optimal setting for swap file question

    in Windows 10 Performance & Maintenance
    Optimal setting for swap file question: hi guys, I have 16 GB ram quite fast that i bought recently and i was wondering what's a good setting for pagefile setting. currently i have, custom size: Intial 8000 mb Max size 12000 mb and it seems to be going very well, just knocked down the comp with a heavy SEO app,...
  6. A swap file question

    in Windows 10 Performance & Maintenance
    A swap file question: Hello from my research and past experience, I have been led to believe that 1-the swop file should be 1.5 x RAM 2-It should not be on multiple drives 3-C drive swap file holds crash dump files, so not sure if that should have a swap file as well as another HDD however now I...
  7. Swap file, page file privacy.

    in AntiVirus, Firewalls and System Security
    Swap file, page file privacy.: Does swapfile.sys and pagefile.sys has any privacy issue ??? Does it store or replace any private file ?? https://answers.microsoft.com/en-us/windows/forum/all/swap-file-page-file-privacy/5a50c044-6c67-401b-a400-c740b6dccc1f"
  8. Paging File

    in Windows 10 Customization
    Paging File: Hi I am running windows 10 pro with 12GB of RAM. What is the best setting to use on the paging file to get the best proformance and how can I calculate it in case I increase the memory?...
  9. Paging files or not?

    in Windows 10 Performance & Maintenance
    Paging files or not?: Hi! I currently have a laptop with a PCIe SSD, 16GB RAM DDR4 and an HDD mainly for games and storage. In terms of paging I have system-managed size paging files for the SSD and for both partitions of the HDD. Would I experience any improvements in performance by not...
  10. change swap file size ?

    in Windows 10 Performance & Maintenance
    change swap file size ?: I am running rainmeter and it shows my desktop has 48-49% ram usage and 49% swap file usage. I currently have 4 gigs of ram, room to put 4 gigs more for a max of 8 gigs. Isn't that too much swap file usage ? I have tried to find in the tutorials, and on my computer,...