Windows Vista Forums

how to size page file on non-os volume

  1. #1


    Chris Guest

    how to size page file on non-os volume

    We have a Dell PE 2950 with 32 GB RAM, running w2k8 sp2. It has 5 SAS disks
    and is set as a single RAID 5, with two volumes C and D. C: is for OS and D:
    is for data. The server is used for flat file server but with heavy export
    and import one in the morning and one in the afternoon for a couple hours.
    Whenever this happens the server became very slow, almost non-responding.
    Those export and import to set to use D:. We have set 33 GB page file on C:.
    It improved but not much. Still have "lockup". Since the heavy load is on
    logical volume D: I'm wondering:

    1. will it be helpful if I set another page file on D:? Because C: and D:
    are on the same RAID will it make any difference?

    2. If it helps what size will be a good start? D: is at 2 TB.



    please advice.

    Thanks.

      My System SpecsSystem Spec

  2. #2


    Dave Warren Guest

    Re: how to size page file on non-os volume

    In message <F27107F8-5A5C-481C-A6A9-355EA026D3AA@newsgroup> Chris
    <Chris@newsgroup> was claimed to have wrote:

    >We have a Dell PE 2950 with 32 GB RAM, running w2k8 sp2. It has 5 SAS disks
    >and is set as a single RAID 5, with two volumes C and D. C: is for OS and D:
    >is for data. The server is used for flat file server but with heavy export
    >and import one in the morning and one in the afternoon for a couple hours.
    >Whenever this happens the server became very slow, almost non-responding.
    >Those export and import to set to use D:. We have set 33 GB page file on C:.
    > It improved but not much. Still have "lockup". Since the heavy load is on
    >logical volume D: I'm wondering:
    Are you actually paging or is the problem something else?

    >1. will it be helpful if I set another page file on D:? Because C: and D:
    >are on the same RAID will it make any difference?
    It will likely cause more of a performance impact than anything else
    since the heads will be skipping back and forth between the pagefiles as
    Windows attempts to use both of them.

      My System SpecsSystem Spec

  3. #3


    Chris Guest

    Re: how to size page file on non-os volume

    I'm running perfmon and will look into the paging. But I notice 1) avg. disk
    queue length max could go up to 6 at some point. This is after disabling
    virus scan and Double-Take replication. 2) current disk queue length went up
    to 16 at one point. Although those were spike but I suspect it might get
    worst if enabling Double-Take and virus scan.

    What's the threshold I should use for both counters: avg. disk queue length
    and current disk queue length?

    Thanks.

    "Dave Warren" wrote:

    > In message <F27107F8-5A5C-481C-A6A9-355EA026D3AA@newsgroup> Chris
    > <Chris@newsgroup> was claimed to have wrote:
    >

    > >We have a Dell PE 2950 with 32 GB RAM, running w2k8 sp2. It has 5 SAS disks
    > >and is set as a single RAID 5, with two volumes C and D. C: is for OS and D:
    > >is for data. The server is used for flat file server but with heavy export
    > >and import one in the morning and one in the afternoon for a couple hours.
    > >Whenever this happens the server became very slow, almost non-responding.
    > >Those export and import to set to use D:. We have set 33 GB page file on C:.
    > > It improved but not much. Still have "lockup". Since the heavy load is on
    > >logical volume D: I'm wondering:
    >
    > Are you actually paging or is the problem something else?
    >

    > >1. will it be helpful if I set another page file on D:? Because C: and D:
    > >are on the same RAID will it make any difference?
    >
    > It will likely cause more of a performance impact than anything else
    > since the heads will be skipping back and forth between the pagefiles as
    > Windows attempts to use both of them.
    > .
    >

      My System SpecsSystem Spec

  4. #4


    Andrew Morton Guest

    Re: how to size page file on non-os volume

    Chris wrote:

    > We have a Dell PE 2950 with 32 GB RAM, running w2k8 sp2. It has 5
    > SAS disks and is set as a single RAID 5, with two volumes C and D.
    > C: is for OS and D: is for data. The server is used for flat file
    > server but with heavy export and import one in the morning and one in
    > the afternoon for a couple hours. Whenever this happens the server
    > became very slow, almost non-responding. Those export and import to
    > set to use D:. We have set 33 GB page file on C:. It improved but
    > not much. Still have "lockup". Since the heavy load is on logical
    > volume D: I'm wondering:
    >
    > 1. will it be helpful if I set another page file on D:? Because C:
    > and D: are on the same RAID will it make any difference?
    >
    > 2. If it helps what size will be a good start? D: is at 2 TB.
    >
    If you are sure it is the paging which is slowing it down, could you add a
    separate physical disk drive dedicated to the paging file?

    "Optimizing Your Servers' Pagefile Performance":
    http://oreilly.com/pub/a/windows/200.../pagefile.html
    Notice especially the section "Keeping the Pagefile Separate."

    --
    Andrew



      My System SpecsSystem Spec

  5. #5


    John John - MVP Guest

    Re: how to size page file on non-os volume

    You should not place the pagefile on a fault tolerant drive, such as
    RAID-5. Typically writing to fault tolerant drives is slower because of
    multiple writes to the disks.

    John

    Chris wrote:

    > I might try. With RAID 5 with 5 disks what value will be consider high disk
    > I/O for following perfmon counters:
    >
    > avg. disk queue length and current disk queue length
    >
    > Some articles said 1.5 -2 x spindles but some said total spindles +2. Can
    > you advice?
    >
    > Thanks.
    >
    > "Andrew Morton" wrote:
    >

    >> Chris wrote:

    >>> We have a Dell PE 2950 with 32 GB RAM, running w2k8 sp2. It has 5
    >>> SAS disks and is set as a single RAID 5, with two volumes C and D.
    >>> C: is for OS and D: is for data. The server is used for flat file
    >>> server but with heavy export and import one in the morning and one in
    >>> the afternoon for a couple hours. Whenever this happens the server
    >>> became very slow, almost non-responding. Those export and import to
    >>> set to use D:. We have set 33 GB page file on C:. It improved but
    >>> not much. Still have "lockup". Since the heavy load is on logical
    >>> volume D: I'm wondering:
    >>>
    >>> 1. will it be helpful if I set another page file on D:? Because C:
    >>> and D: are on the same RAID will it make any difference?
    >>>
    >>> 2. If it helps what size will be a good start? D: is at 2 TB.
    >>>
    >> If you are sure it is the paging which is slowing it down, could you add a
    >> separate physical disk drive dedicated to the paging file?
    >>
    >> "Optimizing Your Servers' Pagefile Performance":
    >> http://oreilly.com/pub/a/windows/200.../pagefile.html
    >> Notice especially the section "Keeping the Pagefile Separate."
    >>
    >> --
    >> Andrew
    >>
    >>
    >> .
    >>

      My System SpecsSystem Spec

  6. #6


    DaveMills Guest

    Re: how to size page file on non-os volume

    On Thu, 15 Apr 2010 10:43:02 +0100, "Andrew Morton" <akm@newsgroup-press.co.uk.invalid>
    wrote:

    >Chris wrote:

    >> We have a Dell PE 2950 with 32 GB RAM, running w2k8 sp2. It has 5
    >> SAS disks and is set as a single RAID 5, with two volumes C and D.
    >> C: is for OS and D: is for data. The server is used for flat file
    >> server but with heavy export and import one in the morning and one in
    >> the afternoon for a couple hours. Whenever this happens the server
    >> became very slow, almost non-responding. Those export and import to
    >> set to use D:. We have set 33 GB page file on C:. It improved but
    >> not much. Still have "lockup". Since the heavy load is on logical
    >> volume D: I'm wondering:
    >>
    >> 1. will it be helpful if I set another page file on D:? Because C:
    >> and D: are on the same RAID will it make any difference?
    >>
    >> 2. If it helps what size will be a good start? D: is at 2 TB.
    >>
    >
    >If you are sure it is the paging which is slowing it down, could you add a
    >separate physical disk drive dedicated to the paging file?
    This would be a good place to use one of the solid state disks. The page file is
    only temporary storage and the higher performance would be useful.

    >
    >"Optimizing Your Servers' Pagefile Performance":
    >http://oreilly.com/pub/a/windows/200.../pagefile.html
    >Notice especially the section "Keeping the Pagefile Separate."
    --
    Dave Mills
    There are 10 types of people, those that understand binary and those that don't.

      My System SpecsSystem Spec

  7. #7


    Mervyn Zhang [MSFT] Guest

    Re: how to size page file on non-os volume

    Hello,

    The managed support service of the newsgroup Windows Server General is now
    available instead on:

    Windows Server
    http://social.technet.microsoft.com/.../windowsserver

    Would you please repost the question in the forum with the Windows Live ID
    used to access your Subscription benefits? Our engineers will assist you in
    the new platform. In the future, please post Windows Server related
    questions directly to the forums. If you have any questions or concerns,
    please feel free to contact us: tngfb@newsgroup.

    Regards,
    Mervyn Zhang
    Microsoft Online Community Support

    ==================================================
    This posting is provided "AS IS" with no warranties, and confers no rights.


      My System SpecsSystem Spec

how to size page file on non-os volume

Similar Threads
Thread Thread Starter Forum Replies Last Post
sbs2003 page file size for 3GB RAM ethos SBS Server 6 09 Nov 2009
Getting and setting page file size Steven PowerShell 7 25 Nov 2008
Scanning Multi-Page File Size Jim Vista print fax & scan 0 31 Aug 2007
What size Page File? nLinked Vista performance & maintenance 6 20 Aug 2007
Page file size RScotti Vista General 8 09 Apr 2007