Decreasing System Partition Pagefile

A

A P

Hi!

I have current Page File Size on my system partition:

Initial Size: 768
Maximum size: 1536

I want to decrease it and create Pagefile on different partition to increase
system partition disc space, but when I try to change 1536 to 1024 for
example, the syste prompt me this message:

If the pagefile on volume C: has an initial size of less than 1023MB,
then the system may not be able to create debugging information file if a
STOP error occurs/ Continue anyway?

Need advise on this. Btw, I have created a pagefile on drive E: with

Initial size: 768
Maximum size: 1600

Me
 
B

Bill James

To set a smaller initial pagefile, you must change the crash debug log type. From System Properties, Advanced tab, use the Startup and Recovery button to change the debug type to Small Memory Dump. You still need to keep a small pagefile on C: though. By the way, if E: is just a partition, not a separate drive, you are probably going to hurt your performance because the drive head must move further when the pagefile is being written to.

--

Bill James
Microsoft MVP - Shell/User

Windows VBScript Utilities » www.billsway.com/vbspage/
Windows Tweaks & Tips » www.billsway.com/notes_public/
 
J

Jay Somerset

To set a smaller initial pagefile, you must change the crash debug log type. From System Properties, Advanced tab, use the Startup and Recovery button to change the debug type to Small Memory Dump. You still need to keep a small pagefile on C: though. By the way, if E: is just a partition, not a separate drive, you are probably going to hurt your performance because the drive head must move further when the pagefile is being written to.

One does not need to keep (even) a small partition on C:. The pagefile can
be placed in any partition. Yes, there is a minor performance advantage in
putting it on a different physical drive than the OS and/or your heavily
used data, but you'll probably never be able top measure it.

Make the pagefile a fixed size -- 1-1/2 times the amount of RAM is a good
choice for most. I don't recall seeing the RAM size in the original posting.
Forget the warning message -- it is unlikely to cause a problem, and the
core dump isn't all that useful anyway.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

help with pagefile 21
Virtual memory 3
Pagefile growth issue 4
Interesting Pagefile observation 2
Not Enough Memory Error 1
Pagefile problem 2
Pagefile size quirks 2
error message no pagefile 5

Top