PC Review


Reply
 
 
Thomas Wendell
Guest
Posts: n/a
 
      15th Aug 2006
Should I change the size of my pagefile, and if so, which direction?
Or does it make any matter??
I have 1GB (or 960MB + 64MB for integrated gfx)
(The I: drive IS a second physical 120GB drive, used mostly for archives and
pictures)

Doug Knox pagefile monitor says:

Pagefile Physical Location: C:\pagefile.sys
Current Pagefile Usage: 58 MB
Session Peak Usage: 63 MB
Current Pagefile Size: 64 MB

Pagefile Physical Location: I:\pagefile.sys
Current Pagefile Usage: 173 MB
Session Peak Usage: 286 MB
Current Pagefile Size: 1024 MB

--
Tumppi
=================================
A lot learned from these newsgroups
Helsinki, FINLAND
(translations from/to FI not always accurate
=================================





 
Reply With Quote
 
 
 
 
Admiral Q
Guest
Posts: n/a
 
      15th Aug 2006
"Thomas Wendell" <(E-Mail Removed)> wrote in message
news:uqjVi1$(E-Mail Removed)...
> Should I change the size of my pagefile, and if so, which direction?
> Or does it make any matter??
> I have 1GB (or 960MB + 64MB for integrated gfx)
> (The I: drive IS a second physical 120GB drive, used mostly for archives
> and pictures)
>
> Doug Knox pagefile monitor says:
>
> Pagefile Physical Location: C:\pagefile.sys
> Current Pagefile Usage: 58 MB
> Session Peak Usage: 63 MB
> Current Pagefile Size: 64 MB
>
> Pagefile Physical Location: I:\pagefile.sys
> Current Pagefile Usage: 173 MB
> Session Peak Usage: 286 MB
> Current Pagefile Size: 1024 MB
>
> --
> Tumppi
> =================================
> A lot learned from these newsgroups
> Helsinki, FINLAND
> (translations from/to FI not always accurate
> =================================
>
>
>
>
>


I let the system manage it on both my hard drives, and I've never had any
issues.

--
Star Fleet Admiral Q @ your service!

Google is your Friend!
http://www.google.com


 
Reply With Quote
 
Ron Martell
Guest
Posts: n/a
 
      16th Aug 2006
"Thomas Wendell" <(E-Mail Removed)> wrote:

>Should I change the size of my pagefile, and if so, which direction?
>Or does it make any matter??
>I have 1GB (or 960MB + 64MB for integrated gfx)
>(The I: drive IS a second physical 120GB drive, used mostly for archives and
>pictures)
>
>Doug Knox pagefile monitor says:
>
>Pagefile Physical Location: C:\pagefile.sys
>Current Pagefile Usage: 58 MB
>Session Peak Usage: 63 MB
>Current Pagefile Size: 64 MB
>
>Pagefile Physical Location: I:\pagefile.sys
>Current Pagefile Usage: 173 MB
>Session Peak Usage: 286 MB
>Current Pagefile Size: 1024 MB


With that amount of actual pagefile usage you must be running some
extremely memory intensive applications and it appears quite likely
that your overall performance would improve somewhat if you added more
RAM.
Ron Martell Duncan B.C. Canada
--
Microsoft MVP (1997 - 2006)
On-Line Help Computer Service
http://onlinehelp.bc.ca
Syberfix Remote Computer Repair

"Anyone who thinks that they are too small to make a difference
has never been in bed with a mosquito."
 
Reply With Quote
 
James W. Long
Guest
Posts: n/a
 
      16th Aug 2006
in the past I have had great sucess doubling the size of system ram for the
pagefile size,
allowing it to expand to quadruple system ram.
(thats RAM, not video memory). this seems to give better performance
than the default 1.5x numbers.
system ram can be found on contol panel->system.

note that somtimes this applet will not report orrectly because
bios may or may not "steal" a bit. you should uually round up
to the next even hex boundry that makes sense. for instance,
if it reports 508 meg, you probly have 512 meg chips....

its that power of 2 thing.


James


"Thomas Wendell" <(E-Mail Removed)> wrote in message
news:uqjVi1$(E-Mail Removed)...
> Should I change the size of my pagefile, and if so, which direction?
> Or does it make any matter??
> I have 1GB (or 960MB + 64MB for integrated gfx)
> (The I: drive IS a second physical 120GB drive, used mostly for archives
> and pictures)
>
> Doug Knox pagefile monitor says:
>
> Pagefile Physical Location: C:\pagefile.sys
> Current Pagefile Usage: 58 MB
> Session Peak Usage: 63 MB
> Current Pagefile Size: 64 MB
>
> Pagefile Physical Location: I:\pagefile.sys
> Current Pagefile Usage: 173 MB
> Session Peak Usage: 286 MB
> Current Pagefile Size: 1024 MB
>
> --
> Tumppi
> =================================
> A lot learned from these newsgroups
> Helsinki, FINLAND
> (translations from/to FI not always accurate
> =================================
>
>
>
>
>



 
Reply With Quote
 
Ken Blake
Guest
Posts: n/a
 
      16th Aug 2006
James W. Long wrote:

> in the past I have had great sucess doubling the size of system ram
> for the pagefile size,
> allowing it to expand to quadruple system ram.
> (thats RAM, not video memory). this seems to give better performance
> than the default 1.5x numbers.



Note several things:

1. The page file size has *no* effect on System Performance. A larger page
file lets you run more apps, but it doesn't make any program run faster.

2. Since the page file substitutes for real memory, when there isn't enough
RAM for everything you want to do, the larger the amount of RAM you have,
the *less* page file you need. Therefore all the "rules" that specify how
much page you file you should have as a multiple of system RAM are wrong.
That's true of 1.5X as well as of 2X

3. Having a page fie larger than you need it has no downside except that
it's a waste of disk space.

4. For most people, letting the system manage the page file size is fine,
but in general, if you want to set the page file size manually, you should
make the starting size small (100-200 MB or so) but let it expand to as big
as it needs to.

For more info on the page file, read this excellent article by the late MVP
Alex Nichol: Virtual Memory in Windows XP at
http://www.aumha.org/win5/a/xpvm.htm

--
Ken Blake - Microsoft MVP Windows: Shell/User
Please reply to the newsgroup


 
Reply With Quote
 
Ron Martell
Guest
Posts: n/a
 
      16th Aug 2006
"James W. Long" <(E-Mail Removed)> wrote:

>in the past I have had great sucess doubling the size of system ram for the
>pagefile size,
>allowing it to expand to quadruple system ram.
>(thats RAM, not video memory). this seems to give better performance
>than the default 1.5x numbers.
>system ram can be found on contol panel->system.
>
>note that somtimes this applet will not report orrectly because
>bios may or may not "steal" a bit. you should uually round up
>to the next even hex boundry that makes sense. for instance,
>if it reports 508 meg, you probly have 512 meg chips....
>
>its that power of 2 thing.
>


It is also totally incorrect.

Windows XP creates the pagefile so as to compensate for the *lack* of
sufficient physical RAM to satisfy the total memory requirements of
the computer.

Pagefile size requirements are *inversely* related to the amount of
physical RAM installed in the computer - more RAM means less pagefile
and less RAM means more pagefile, provided all other factors remain
constant.

For more information about the Windows XP pagefile and memory
management see the article by the late Alex Nichol MVP at
http://aumha.org/win5/a/xpvm.htm


Good luck

Ron Martell Duncan B.C. Canada
--
Microsoft MVP (1997 - 2006)
On-Line Help Computer Service
http://onlinehelp.bc.ca
Syberfix Remote Computer Repair

"Anyone who thinks that they are too small to make a difference
has never been in bed with a mosquito."
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
technical trivia: CPU usage inverse of hard drive usage John Doe DIY PC 1 1st Nov 2007 05:47 AM
to save cpu usage & mem usage as graphs on excel? =?Utf-8?B?c3BoaWxpcA==?= Microsoft Windows 2000 1 16th Mar 2005 03:43 PM
Memory Usage and Page File Usage - Help! RH Microsoft C# .NET 4 26th May 2004 05:05 PM
Memory Usage and Page File Usage - Help! RH Microsoft VB .NET 4 26th May 2004 05:05 PM
HELP! intermittent random hang/release, low CPU usage but seeminglyhigh (?) mem usage brosenau[ Windows XP Performance 6 3rd Dec 2003 04:37 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:22 AM.