kde said:
Rob thanks for your info, i didn't articulate my concerns correctly and have
made myself sound inexperienced, the win server has 3GB of memory and exists
on the root drive which is 10GB in size, the server is set up with raid 5
spanning three hdd’s. I know that the pagefile acts as a swap area for data
to interact with the physical memory, but would it be safe to move the file
in a raid 5 configuration, off the root drive to another partition, I have a
10GB partition on the server sitting empty, would there be any kudos in
moving the pagefile.sys file to this partition. There are no problems/issues
on the server or with this file, I am just trying to be proactive.
I would be quite conflicted in your shoes because I too like to
be proactive, but at the same time when it comes to servers I
believe in "If it ain't broke, don't fix it." I tend to be
proactive about maintaining hardware and doing backups, but
conservative about tinkering with the OS and other software.
However, that 10 GB partition present no problems if you want to
move your page file there. If you do so, I would suggest you set
the min and max sizes to 4 GB. The downside is that partition
seems to be on the same RAID 5: you will get some thrashing over
and above what you currently have because the drive heads will
have to bounce back and forth between the page file partition and
whatever other partitions are being used. If you can't move the
page file off of the RAID 5, I would be inclined to leave it
where it is.
As well, RAID 5 tends to have great read performance but poor
write performance - and paging tends to be very evenly split
between reading and writing. When I have a RAID 5, I like to
scrounge up other drives and controllers so that I can put the
page file anywhere but on the RAID 5. Two small drives, whether
IDE, SATA, or SCSI, in a stripe set dedicated to the page file
works very well. Even a single fast drive is usually better
than having it the page file on the RAID 5. The down side, of
course, is that if your dedicated page file drive or RAID 0 goes
down you do not have the same robustness as when the page file is
on the RAID 5. Only you are in a position to know whether your
server's mission allows for a few minutes of down time to replace
a dead page file hard drive - whether it is a single drive or
just one drive in a stripe set.