I posted this in another post at this place earlier this month
(FROM ANOTHER POST HERE WE DID EARLIER THIS MONTH, HOW I DO IT PERSONALLY, verbatim quote)
Well, I do it this way myself...
1.) PLACEMENT:
=======================
a.)On ScSi:
--------------------------------------------------------------------
Into own partition, at start of disk on drive OTHER than the OS disk...
b.)On IDE/EIDE:
--------------------------------------------------------------------
Into own partition, at start of second disk on OTHER I/O Ide-Eide cable-channel.
2.) PARTITIONING:
=======================
a.)Why separate partition at start of second disk?
--------------------------------------------------------------------
So your OS & programs drive can be reading/writing/copying/deleting & if needed? The other pagefile disk pages! At start of partition because of the best speed there on the outer tracks!
In its OWN partition at the start of that other drive set STATIC IN SIZE, so it cannot split itself up even on its own partition!
3.) SIZING:
=======================
a.)On Size:
--------------------------------------------------------------------
I follow the "Old-School" rule of 1.5x your RAM, why? Because of the nature of work I do! Even with 256mb-512mb of RAM I have here on both boxes respectively, I run into datasets while coding databases or do some photo edits that get HUGE, so I do not want to run out of RAM!
(Better safe than sorry I say!)
b.)Why Static in Size?
--------------------------------------------------------------------
So it cannot fragment other files, or itself!
(Yes, putting it into its own partition can aid this, especially on DEDICATED TO THAT ONLY, paging/swapping! But, I don't want it splitting up at all, or wasting even a miniscule of CPU time or disk I/O growing or shrinking either!)
If you dual boot? You CAN make Win9x even use the same swapfile with an .ini hack to System.ini & save diskspace... this assumes a common filesystem on that partition also, Fat-16 & for good reason other than compatibility: SPEED ALSO RESULTS!
Plus, NT based Os dual boots can share the pagefile as well. This assumes a common filesystem, and if your partition is 500-700mb or less, Fat-16 is common to both & faster than NTFS or HPFS since it is a small partition, so the pagefile/swapfile gets the benefit as well of that speed!
Sharing it, you SHOULD use a static sized one, same size in BOTH Os types! Why? To avoid fragmentation of say, 9x setting it 300mb & NT based Os setting it 500mb on a dual bootup!
(If same size on both in a dual boot & sharing it (sensible, saves diskspace), make it static & non-resizing!)
* That's been my experience with it for performance sake as well as safety also!
=======================================
http://www.ntcompatible.com/vb/show...file%2Fpagefile
There's not a "hard & fast" set rule on the sizing!
That varies really for how YOU use your machine... at least on the sizing of it!
Diff. folks with diff. kinds of usage patterns & softwares plus datasets need diff. setups! I do it the way I do because of performance benefits & also keeping as safe as I can against 'out of memory' errors!
APK
P.S.=> Some folks, like myself? EVEN STRIPE IT across disks! I do that on my RAID setup! I made a partition for it at the start of that stripeset single logical drive, & that's really one on a "drive" that is composed of 4 Western Digital 40gb ATA-100 EIDE 7200rpm 2mb buffered stripeset disks into 1 logical one! VERY FAST PAGING system with many many disk heads reading/writing to it with multiple (4) fast drives... thru an 8mb buffer no less plus the firmware controlling it at the fastest parts of each drive, the start area outer tracks! apk