I have:
1x Samsung F3 1TB: Windows
RAID 0 array 2x Samsung F3 1TB: Games
1x Samsung F3 1TB: General Storage
16GB RAM
Windows 7 x64
My intention is to put a fixed pagefile on the third drive, 1.5x the RAM (min 24GB, max 24GB).
Should I make a dedicated ~24.1GB partition at the beginning of the drive for the pagefile (to make sure it doesn't ever get fragmented)?
1x Samsung F3 1TB: Windows
RAID 0 array 2x Samsung F3 1TB: Games
1x Samsung F3 1TB: General Storage
16GB RAM
Windows 7 x64
My intention is to put a fixed pagefile on the third drive, 1.5x the RAM (min 24GB, max 24GB).
Should I make a dedicated ~24.1GB partition at the beginning of the drive for the pagefile (to make sure it doesn't ever get fragmented)?
My Computer
At a glance
Windows 7 Ultimate x64Intel i7 2600K HT=Off, Turbo=OffG.Skill RipjawsX 4x4GB 1333MHz 9-9-9-24 2T 1.5vEVGA GTX 580 3GB
- OS
- Windows 7 Ultimate x64
- CPU
- Intel i7 2600K HT=Off, Turbo=Off
- Motherboard
- Gigabyte P67A-UD7-B3 BIOS: F7c
- Memory
- G.Skill RipjawsX 4x4GB 1333MHz 9-9-9-24 2T 1.5v
- Graphics Card(s)
- EVGA GTX 580 3GB
- Sound Card
- Creative X-Fi Titanium HD
- Monitor(s) Displays
- LG W2363D-PF
- Screen Resolution
- 1290x1080 120Hz
- Hard Drives
- Hard Drives: Four Samsung F3 1TB (HD103SJ) #1: Operating System/Apps (Short Stroke 100GB) #2+3: Programs (Intel RAID0 64k Short Stroke 500GB) #4: General Storage.
- PSU
- Seasonic X-850 850W
- Case
- Silverstone FT02 Original USB2.0/Non-AP Fan version
- Cooling
- Cooler Master Hyper212+ NT-H1 TIM, AC F12 Pro fan on auto
- Internet Speed
- Piss poor
I couldn't remember off the top of my head but most mini-dumps are less than 2MB. Sorry for the error. But yes, Windows will use all that you assign and try to swap real memory to virtual memory at every chance. It can be used as file storage too (buffer) so Windows will try to keep it full based on programs or services running. Windows assigns a Page Pool to every process running. Take a look at the paging faults before you decide. These aren't really errors. It's the number of times Windows didn't find the data it needs in real memory and an IO was required from either the page file or from the disk file. Page faults happen a lot for programs that are random IO dependent. The problem is that filling the page file takes a read and a write to the HDD. The larger the page file, the more time spent reading and writing to the page file and another read to retrieve it. A large page file on HDDs is counter productive in my belief. Since you have 16GB of RAM, I would go with the minimum. Windows will let you know if you're running short and you can increase it without restarting. Or you can monitor page faults in real time through Task Manager and watch your production or gaming processes. But unless the file being accessed fits entirely into real memory, you really don't gain anything by having a large page file. Processes that are IO bound will remain so in most cases.
:huh: