Page File size

94transam

Member
Jan 17, 2003
119
0
0
So what are opinions on this subject.
I have 2gb of DDR400 ram in dual mode. 4x512mb running at 200mhz

So, i have a 150gb c: drive ATA <OS is here
a 300gb media drive, SATA
and a 150gb 'programs' drive ATA
 

postmortemIA

Diamond Member
Jul 11, 2006
7,721
40
91
BS.. large page file that is unused is a waste of space. Especially if windows has to access it all the time.
 

Matthias99

Diamond Member
Oct 7, 2003
8,808
0
0
Originally posted by: postmortemIA
BS.. large page file that is unused is a waste of space. Especially if windows has to access it all the time.

...which is why you should let Windows manage it, so that if it doesn't need it the swap file on disk will be very small.

In general, if you're hitting the page file very often at all, you need more RAM (or you need to run less stuff at once).
 

bersl2

Golden Member
Aug 2, 2004
1,617
0
0
You know, automatic management of the page file is a point of dogma for all of you. I think you all are forgetting that VM involves a lot of heuristics; for some workloads, it just doesn't work efficiently. I personally hate the aggressive, I/O-heavy nature of XP, and I think that if other people don't like the way it is performing either, they might want to explore tinkering with the few knobs that are exposed.

I know why you don't want people fooling with the page file: you think they're going to royally screw up and come screaming to you for help.

I think I'll stop here, lest I make the discussion (more) ugly.
 

Rilex

Senior member
Sep 18, 2005
447
0
0
I think you all are forgetting that VM involves a lot of heuristics; for some workloads, it just doesn't work efficiently.

So by making the page file static, you think it will help? Or what are you trying to say?

If you're hitting page that much, then more physical memory is the only answer.
 

94transam

Member
Jan 17, 2003
119
0
0
Ok, so i have used page file sizes in the past, but never with this much ram. I understand the let windows manage it part.
Which HD should i designate?
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
BS.. large page file that is unused is a waste of space. Especially if windows has to access it all the time.

And on a machine with 600G worth of space he's really doing to miss the less than 1% it'll take? And Windows will need to access it no matter what size it is, there's just no way around that in Windows right now.

You know, automatic management of the page file is a point of dogma for all of you. I think you all are forgetting that VM involves a lot of heuristics; for some workloads, it just doesn't work efficiently. I personally hate the aggressive, I/O-heavy nature of XP, and I think that if other people don't like the way it is performing either, they might want to explore tinkering with the few knobs that are exposed.

You mean pagefile usage and not VM and adjusting the size of the pagefile manually won't really help much Windows uses it. Either it will or it won't, if you make it too small it'll either complain and make it larger for you or just plain fail but the I/O will be the same. AFAIK there are no knobs worth turning in the Windows VM system.

Which HD should i designate?

It probably won't matter at all, I'd say leave it on the OS drive unless you can prove that it's causing problems. It really depends on your I/O patterns though, you want it on the least used drive so that any pagefile usage will have a minimal affect.
 

ChronoReverse

Platinum Member
Mar 4, 2004
2,562
31
91
Originally posted by: 94transam
Ok, so i have used page file sizes in the past, but never with this much ram. I understand the let windows manage it part.
Which HD should i designate?
If you have another drive on another channel then you could put it on that. Otherwise, leave it on the first partition (almost always the OS partition, which is the default).
 

bsobel

Moderator Emeritus<br>Elite Member
Dec 9, 2001
13,346
0
0
Originally posted by: bersl2
You know, automatic management of the page file is a point of dogma for all of you. I think you all are forgetting that VM involves a lot of heuristics; for some workloads, it just doesn't work efficiently. I personally hate the aggressive, I/O-heavy nature of XP, and I think that if other people don't like the way it is performing either, they might want to explore tinkering with the few knobs that are exposed.

I don't disagree with this.

I know why you don't want people fooling with the page file: you think they're going to royally screw up and come screaming to you for help.

Because generally the person asking has no knowledge of even what memory vs the paging file is and winds up simply turning it off (bad for a number of reasons, including api's that will fail in that case). If someone like you who seems to understand the issues wants to tweak, then by all means. However, your not likely to be here asking the question in the first place.

I've literally advised some people not to do something (like change default service config) since they clearly didn't understand what each was for or where in a position to judge if they needed it or not. Then they come back with some random error that eventually leads back to their tweaking. My favorite is when they are advised to turn of SystemRestore and then break the machine to the the point that SR is exacly what they do need

(stepping down from soapbox now)
 

Bill Kunert

Senior member
Oct 9, 1999
793
0
0
I spend quite a bit of time in Flight Simulator 9 and find a fixed swap file eliminates jumpy play. I set a 3092Mb fixed file on a secondary drive. I've noticed the same thing with Microsoft's Train Simulator. I've not noticed any negatives.
 

Bill Kunert

Senior member
Oct 9, 1999
793
0
0
I spend quite a bit of time in Flight Simulator 9 and find a fixed swap file eliminates jumpy play. I set a 3092Mb fixed file on a secondary drive. I've noticed the same thing with Microsoft's Train Simulator. I've not noticed any negatives.
 

KAZANI

Senior member
Sep 10, 2006
527
0
0
Originally posted by: bsobel
Because generally the person asking has no knowledge of even what memory vs the paging file is and winds up simply turning it off (bad for a number of reasons, including api's that will fail in that case).


I run a 939 AMD X2 with 2x1GB of DDR400 and haven't been using a page file for months now. The system is stable and with plenty of memory reserves even during heavy multitasking. Could you please elaborate on the problems of a no page file strategy?
 

bsobel

Moderator Emeritus<br>Elite Member
Dec 9, 2001
13,346
0
0
I run a 939 AMD X2 with 2x1GB of DDR400 and haven't been using a page file for months now. The system is stable and with plenty of memory reserves even during heavy multitasking. Could you please elaborate on the problems of a no page file strategy?

There are some system api calls which require a page file (such a unnamed memory mapped file). Their usage is rare but if the pf is disabled the api will fail. A couple adobe apps were notorious for this (but may have been changed to avoid this). While it's unlikely you'd run into it, it's one of those PITA to debug if you do and usually I just recommend leaving it on 'just in case'.

 

postmortemIA

Diamond Member
Jul 11, 2006
7,721
40
91
Originally posted by: KAZANI
Originally posted by: bsobel
Because generally the person asking has no knowledge of even what memory vs the paging file is and winds up simply turning it off (bad for a number of reasons, including api's that will fail in that case).


I run a 939 AMD X2 with 2x1GB of DDR400 and haven't been using a page file for months now. The system is stable and with plenty of memory reserves even during heavy multitasking. Could you please elaborate on the problems of a no page file strategy?

Some apps can't work without page file. I tried same thing, no page file, and then Photoshop wouldn't start anymore.
 

KAZANI

Senior member
Sep 10, 2006
527
0
0
I had the same issues with Adobe programs but I experimented with setting the page file to something as low as maybe 20MB and it appeared to be working, although I did not keep the programs installed for long. So, given that my system's overall physical memory needs are by a large margin served by the amount of RAM installed, do you think that fixing the page file size to some low value -100MB perhaps- in order to prevent unnecessary hard disk activity would be a viable option?
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
do you think that fixing the page file size to some low value -100MB perhaps- in order to prevent unnecessary hard disk activity would be a viable option?

No, if the pagefile is being used then the I/O is necessary. All you'll end up doing by restricting it is cause allocations to fail.
 

Thor86

Diamond Member
May 3, 2001
7,888
7
81
For my 2GB system memory system, I setup the pagefile to 1024mb on a secondary drive/partition. No issues whatsoever.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |