"Timothy Daniels" <(E-Mail Removed)> wrote:
> My physical RAM is maxed out. Is there a "best" or
> recommended cluster size for a pagefile in a dedicated
> partition?
>
A 4K cluster size (which is the NTFS default for an aligned partition
and also the FAT32 default for partitions smaller than 8 gb) will be
an exact match for the 4K memory page size.
As some paging file activities will involve a single memory page this
is probably the optimum size. This is more relevant to Windows
95/98/Me where swap file operations are always done in 4K (single
page) blocks. Windows XP will aggregate page file reads and writes to
span multiple pages.
But as "Rod Speed" says the best situation for the page file is to
have enough RAM so as to eliminate or at least minimize the need to
actually write to it.
You can check on actual page file usage with a free utility from
http://www.dougknox.com/xp/utils/xp_pagefilemon.htm or from
http://billsway.com/notes_public/WinXP_Tweaks/
There is probably about 20 mb of stuff in RAM which can be moved to
the page file and which will rarely if ever be needed again. But if
the actual page file usage gets up to the 50 mb level or more on a
regular basis then that is pretty conclusive that there is
considerable paging in and out occurring and a RAM upgrade would
almost certainly be beneficial.
Note also that a dedicated page file partition can be
counter-productive in some instances. This is because much of the
paging file activity occurs interspersed with other disk activity such
as starting a new application program or opening a new data file. If
that is being done from a different partition on the same physical
drive as the paging file then the increased travel distance for the
drive head mechanism as it shuttles back and forth between the two
partitions can slow things down.
On the other hand, if the item being loaded is on a different physical
hard drive from the paging file then performance will be optimized
because the drive head mechanism can remain positioned at the page
file location.
Good luck
Ron Martell Duncan B.C. Canada
--
Microsoft MVP
On-Line Help Computer Service
http://onlinehelp.bc.ca
"The reason computer chips are so small is computers don't eat much."