Re: 24gb of ram and setting up a pagefile

From: Mike Brannigan [MSFT] (mikebran_at_online.microsoft.com)
Date: 02/04/04


Date: Wed, 4 Feb 2004 14:25:43 -0000

Michael,

There are only really 2 things to consider.

1. Will your server be required to page at all ??
If not then you can run with a minimal or no pagefile at all.

2. Will you want to catch a FULL memory dump in the event of a STOP event
occurring.
Is so then occurring will need a pagefile RAM x 1.5 to hold the dump.

Answer the 2 questions above and you can then decide on the pagefile size as
required by your app/sever.

Also see the following:--

DisablePagingExecutive

HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
Data typeRangeDefault value
REG_DWORD 0 | 1 0

Description

Specifies whether kernel-mode drivers and kernel-mode system code can be
paged to disk when not in use.

ValueMeaning
0 Drivers and system code can be paged to disk as needed.
1 Drivers and system code must remain in physical memory.

Activation Method

To make changes to this entry effective, you must restart the system.

Setting this value to 1 is useful when debugging drivers, because all of the
code and data is always memory resident. It also improves performance on
machines with a lot of memory, because it prevents disk reads to get code or
data.

-- 
Regards,
Mike
--
Mike Brannigan [Microsoft]
This posting is provided "AS IS" with no warranties, and confers no
rights
Please note I cannot respond to e-mailed questions, please use these
newsgroups
"Michael Curtis" <research@proximitylondon.com> wrote in message
news:research-552218.11274204022004@news.news.demon.net...
>    Hi,
>
>    We are installing a new server running 2003 advanced server. It has
> 24gb or ram installed. It also 18x 134gb drives and 4x 34gb drives.
>
>    We have spoken to MS who have no real idea how to setup a pagefile(s)
> with a machine that has that amount of ram. They still recommend 1.5
> times the amount of physical memory. Surely things have moved on from
> that.
>
>    If this still holds true we would have a pagefile of 36gb and as the
> maximum page file limit is still 4gb we would have 9 pagefiles.
>
>    Does anyone have any experience of setting up servers with that sort
> of memory.
>
>    Best wishes
>
>    Michael

Loading