Disabling Paging

Hi all,

I have 1.5 GB RAM and i want to test by disabling paging completly. If
i tried to without setting any pagefile, after reboot it creates
temporary pagefile.

I tried setting DisablePagingExecutive to 0 and doesnt help much.

When i see thru Taskmanager i see still 1.2 GB ram is not used, so i
like to test by disabling paging completly.

( This is just for testing and making my win2k to use all my physical RAM )

Regards,
Satish K.S

Well since programs are loaded by paging, and most I/O is done through
paging, I don’t think you will like the system you get. Before trying this
for real, you might try a simple emulation: “pull the plug on your computer”


Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting

“Int3” wrote in message news:xxxxx@ntdev…
> Hi all,
>
> I have 1.5 GB RAM and i want to test by disabling paging completly. If
> i tried to without setting any pagefile, after reboot it creates
> temporary pagefile.
>
> I tried setting DisablePagingExecutive to 0 and doesnt help much.
>
> When i see thru Taskmanager i see still 1.2 GB ram is not used, so i
> like to test by disabling paging completly.
>
> ( This is just for testing and making my win2k to use all my physical
RAM )
>
> Regards,
> Satish K.S
>

You mean, With paging enabled OS will gurantee that, nothing happens
to data by “pulling the plug of my computer” ?

Regards,
Satish K.S

On Tue, 31 Aug 2004 14:25:45 -0400, Don Burn wrote:
> Well since programs are loaded by paging, and most I/O is done through
> paging, I don’t think you will like the system you get. Before trying this
> for real, you might try a simple emulation: “pull the plug on your computer”
>
> –
> Don Burn (MVP, Windows DDK)
> Windows 2k/XP/2k3 Filesystem and Driver Consulting
>
> “Int3” wrote in message news:xxxxx@ntdev…
>
>
> > Hi all,
> >
> > I have 1.5 GB RAM and i want to test by disabling paging completly. If
> > i tried to without setting any pagefile, after reboot it creates
> > temporary pagefile.
> >
> > I tried setting DisablePagingExecutive to 0 and doesnt help much.
> >
> > When i see thru Taskmanager i see still 1.2 GB ram is not used, so i
> > like to test by disabling paging completly.
> >
> > ( This is just for testing and making my win2k to use all my physical
> RAM )
> >
> > Regards,
> > Satish K.S
> >
>
>
> —
> Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@gmail.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>

No, I mean you will get the same amount of work out of Windows without
paging as you will without power.


Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply

“Int3” wrote in message news:xxxxx@ntdev…
> You mean, With paging enabled OS will gurantee that, nothing happens
> to data by “pulling the plug of my computer” ?
>
> Regards,
> Satish K.S
>
> On Tue, 31 Aug 2004 14:25:45 -0400, Don Burn wrote:
> > Well since programs are loaded by paging, and most I/O is done through
> > paging, I don’t think you will like the system you get. Before trying
this
> > for real, you might try a simple emulation: “pull the plug on your
computer”
> >
> > –
> > Don Burn (MVP, Windows DDK)
> > Windows 2k/XP/2k3 Filesystem and Driver Consulting
> >
> > “Int3” wrote in message news:xxxxx@ntdev…
> >
> >
> > > Hi all,
> > >
> > > I have 1.5 GB RAM and i want to test by disabling paging completly. If
> > > i tried to without setting any pagefile, after reboot it creates
> > > temporary pagefile.
> > >
> > > I tried setting DisablePagingExecutive to 0 and doesnt help much.
> > >
> > > When i see thru Taskmanager i see still 1.2 GB ram is not used, so i
> > > like to test by disabling paging completly.
> > >
> > > ( This is just for testing and making my win2k to use all my physical
> > RAM )
> > >
> > > Regards,
> > > Satish K.S
> > >
> >
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
> >
> > You are currently subscribed to ntdev as: xxxxx@gmail.com
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
>

Write :

  1. a device driver that allocates all remaining free kernel memory
  2. an application that does the same for user memory
  3. write your HD as full as possible after you deleted the swapfile , do this from a bootable floppy or CDROm for example …

Enjoy :slight_smile:

----- Original Message -----
From: “Int3”
To: “Windows System Software Devs Interest List”
Sent: Tuesday, August 31, 2004 8:13 PM
Subject: [ntdev] Disabling Paging

> Hi all,
>
> I have 1.5 GB RAM and i want to test by disabling paging completly. If
> i tried to without setting any pagefile, after reboot it creates
> temporary pagefile.
>
> I tried setting DisablePagingExecutive to 0 and doesnt help much.
>
> When i see thru Taskmanager i see still 1.2 GB ram is not used, so i
> like to test by disabling paging completly.
>
> ( This is just for testing and making my win2k to use all my physical RAM )
>
> Regards,
> Satish K.S
>
> —
> Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@compaqnet.be
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>

Don Burn: Thx

Christiaan : If there is no way to disable paging, i cannot test all
these options :wink:

Regards,
Satish K.S

On Tue, 31 Aug 2004 20:52:56 +0200, Christiaan Ghijselinck
wrote:
>
> Write :
>
> 1. a device driver that allocates all remaining free kernel memory
> 2. an application that does the same for user memory
> 3. write your HD as full as possible after you deleted the swapfile , do this from a bootable floppy or CDROm for example …
>
> Enjoy :slight_smile:
>
>
> ----- Original Message -----
> From: “Int3”
> To: “Windows System Software Devs Interest List”
> Sent: Tuesday, August 31, 2004 8:13 PM
> Subject: [ntdev] Disabling Paging
>
> > Hi all,
> >
> > I have 1.5 GB RAM and i want to test by disabling paging completly. If
> > i tried to without setting any pagefile, after reboot it creates
> > temporary pagefile.
> >
> > I tried setting DisablePagingExecutive to 0 and doesnt help much.
> >
> > When i see thru Taskmanager i see still 1.2 GB ram is not used, so i
> > like to test by disabling paging completly.
> >
> > ( This is just for testing and making my win2k to use all my physical RAM )
> >
> > Regards,
> > Satish K.S
> >
> > —
> > Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
> >
> > You are currently subscribed to ntdev as: xxxxx@compaqnet.be
>
>
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
>
> —
> Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@gmail.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>

What exactly are you trying to test?

By the way, doesn’t the embedded version of XP actually support a non-paging
configuration?

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Int3
Sent: Tuesday, August 31, 2004 3:17 PM
To: Windows System Software Devs Interest List
Subject: Re: [ntdev] Disabling Paging

Don Burn: Thx

Christiaan : If there is no way to disable paging, i cannot
test all these options :wink:

Regards,
Satish K.S

On Tue, 31 Aug 2004 20:52:56 +0200, Christiaan Ghijselinck
wrote:
> >
> > Write :
> >
> > 1. a device driver that allocates all remaining free kernel
> memory 2.
> > an application that does the same for user memory 3. write
> your HD as
> > full as possible after you deleted the swapfile , do this
> from a bootable floppy or CDROm for example …
> >
> > Enjoy :slight_smile:
> >
> >
> > ----- Original Message -----
> > From: “Int3”
> > To: “Windows System Software Devs Interest List”
>
> > Sent: Tuesday, August 31, 2004 8:13 PM
> > Subject: [ntdev] Disabling Paging
> >
> > > Hi all,
> > >
> > > I have 1.5 GB RAM and i want to test by disabling paging
> completly.
> > > If i tried to without setting any pagefile, after reboot
> it creates
> > > temporary pagefile.
> > >
> > > I tried setting DisablePagingExecutive to 0 and doesnt help much.
> > >
> > > When i see thru Taskmanager i see still 1.2 GB ram is not
> used, so i
> > > like to test by disabling paging completly.
> > >
> > > ( This is just for testing and making my win2k to use all my
> > > physical RAM )
> > >
> > > Regards,
> > > Satish K.S
> > >
> > > —
> > > Questions? First check the Kernel Driver FAQ at
> > > http://www.osronline.com/article.cfm?id=256
> > >
> > > You are currently subscribed to ntdev as:
> > > xxxxx@compaqnet.be
> >
> >
> > > To unsubscribe send a blank email to
> xxxxx@lists.osr.com
> > >
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256
> >
> > You are currently subscribed to ntdev as: xxxxx@gmail.com To
> > unsubscribe send a blank email to xxxxx@lists.osr.com
> >
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as:
> xxxxx@hollistech.com To unsubscribe send a blank email to
> xxxxx@lists.osr.com
>

> Don Burn: Thx

Christiaan : If there is no way to disable paging, i cannot test all
these options :wink:

Regards,
Satish K.S

I don’t think so. Paging is something essential that brings the OS to live.
You can only “kill swapping” the hard way by preventing that there is space
for a swapfile.

On Tue, 31 Aug 2004 20:52:56 +0200, Christiaan Ghijselinck
wrote:
> >
> > Write :
> >
> > 1. a device driver that allocates all remaining free kernel memory
> > 2. an application that does the same for user memory
> > 3. write your HD as full as possible after you deleted the swapfile , do this from a bootable floppy or CDROm for example …
> >
> > Enjoy :slight_smile:
> >
> >
> > ----- Original Message -----
> > From: “Int3”
> > To: “Windows System Software Devs Interest List”
> > Sent: Tuesday, August 31, 2004 8:13 PM
> > Subject: [ntdev] Disabling Paging
> >
> > > Hi all,
> > >
> > > I have 1.5 GB RAM and i want to test by disabling paging completly. If
> > > i tried to without setting any pagefile, after reboot it creates
> > > temporary pagefile.
> > >
> > > I tried setting DisablePagingExecutive to 0 and doesnt help much.
> > >
> > > When i see thru Taskmanager i see still 1.2 GB ram is not used, so i
> > > like to test by disabling paging completly.
> > >
> > > ( This is just for testing and making my win2k to use all my physical RAM )
> > >
> > > Regards,
> > > Satish K.S
> > >
> > > —
> > > Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
> > >
> > > You are currently subscribed to ntdev as: xxxxx@compaqnet.be
> >
> >
> > > To unsubscribe send a blank email to xxxxx@lists.osr.com
> > >
> >
> > —
> > Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
> >
> > You are currently subscribed to ntdev as: xxxxx@gmail.com
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
>
> —
> Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@compaqnet.be
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>

I have heard (from someone I trust) that one can get by without a physical
paging file. You should be able to specify that.

On the other hand, you will still have things happening like page-ins from
other files that aren’t the paging file, as Don Burn pointed out.


James Antognini
Windows DDK Support

This posting is provided “AS IS” with no warranties, and confers no rights.

“Int3” wrote in message news:xxxxx@ntdev…
> Hi all,
>
> I have 1.5 GB RAM and i want to test by disabling paging completly. If
> i tried to without setting any pagefile, after reboot it creates
> temporary pagefile.
>
> I tried setting DisablePagingExecutive to 0 and doesnt help much.
>
> When i see thru Taskmanager i see still 1.2 GB ram is not used, so i
> like to test by disabling paging completly.
>
> ( This is just for testing and making my win2k to use all my physical
> RAM )
>
> Regards,
> Satish K.S
>

> I have heard (from someone I trust) that one can get by without a physical

paging file. You should be able to specify that.

XP allows it, but I thought that it does not work on W2k on which Satish want
to test.

On the other hand, you will still have things happening like page-ins from
other files that aren’t the paging file, as Don Burn pointed out.


James Antognini
Windows DDK Support

This posting is provided “AS IS” with no warranties, and confers no rights.

“Int3” wrote in message news:xxxxx@ntdev…
> > Hi all,
> >
> > I have 1.5 GB RAM and i want to test by disabling paging completly. If
> > i tried to without setting any pagefile, after reboot it creates
> > temporary pagefile.
> >
> > I tried setting DisablePagingExecutive to 0 and doesnt help much.
> >
> > When i see thru Taskmanager i see still 1.2 GB ram is not used, so i
> > like to test by disabling paging completly.
> >
> > ( This is just for testing and making my win2k to use all my physical
> > RAM )
> >
> > Regards,
> > Satish K.S
> >
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@compaqnet.be
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>

> ----------

From: xxxxx@lists.osr.com[SMTP:xxxxx@lists.osr.com] on behalf of Christiaan Ghijselinck[SMTP:xxxxx@CompaqNet.be]
Reply To: Windows System Software Devs Interest List
Sent: Tuesday, August 31, 2004 10:56 PM
To: Windows System Software Devs Interest List
Subject: Re: Re:[ntdev] Disabling Paging

> I have heard (from someone I trust) that one can get by without a physical
> paging file. You should be able to specify that.

XP allows it, but I thought that it does not work on W2k on which Satish want
to test.

Interesting. Do you know what happens if somebody tries to use shared memory backed by paging file in this situation? I mean when the first parameter to CreateFileMapping() is 0xffffffff.

Best regards,

Michal Vodicka
UPEK, Inc.
[xxxxx@upek.com, http://www.upek.com]

If there’s sufficient physical memory to commit to the section based on
the size when it’s created then it will work just fine. If not it
won’t.

With a page file the question is “is there sufficient physical memory +
swap file (+ some fudging I’m sure that exists in both cases)” to commit
to the section.

-p

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Michal Vodicka
Sent: Tuesday, August 31, 2004 2:50 PM
To: Windows System Software Devs Interest List
Subject: RE: Re:[ntdev] Disabling Paging

> ----------
> From:
xxxxx@lists.osr.com[SMTP:xxxxx@lis
ts.osr.com] on behalf of Christiaan
Ghijselinck[SMTP:xxxxx@CompaqNet.be]
> Reply To: Windows System Software Devs Interest List
> Sent: Tuesday, August 31, 2004 10:56 PM
> To: Windows System Software Devs Interest List
> Subject: Re: Re:[ntdev] Disabling Paging
>
> > I have heard (from someone I trust) that one can get by without a
> > physical paging file. You should be able to specify that.
>
> XP allows it, but I thought that it does not work on W2k on which
> Satish want to test.
>
Interesting. Do you know what happens if somebody tries to
use shared memory backed by paging file in this situation? I
mean when the first parameter to CreateFileMapping() is 0xffffffff.

Best regards,

Michal Vodicka
UPEK, Inc.
[xxxxx@upek.com, http://www.upek.com]


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

You are currently subscribed to ntdev as: unknown lmsubst tag
argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com

Thanks, it makes sense. So, if I understand it correctly, all physical memory committed to the section is unavailable for apps and can’t be freed (because of no paging file) until section is destroyed. It seems as a good reason to not disable paging file.

Best regards,

Michal Vodicka
UPEK, Inc.
[xxxxx@upek.com, http://www.upek.com]


From: xxxxx@lists.osr.com[SMTP:xxxxx@lists.osr.com] on behalf of Peter Wieland[SMTP:xxxxx@windows.microsoft.com]
Reply To: Windows System Software Devs Interest List
Sent: Tuesday, August 31, 2004 11:59 PM
To: Windows System Software Devs Interest List
Subject: RE: Re:[ntdev] Disabling Paging

If there’s sufficient physical memory to commit to the section based on
the size when it’s created then it will work just fine. If not it
won’t.

With a page file the question is “is there sufficient physical memory +
swap file (+ some fudging I’m sure that exists in both cases)” to commit
to the section.

-p

> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of Michal Vodicka
> Sent: Tuesday, August 31, 2004 2:50 PM
> To: Windows System Software Devs Interest List
> Subject: RE: Re:[ntdev] Disabling Paging
>
> > ----------
> > From:
> xxxxx@lists.osr.com[SMTP:xxxxx@lis
> ts.osr.com] on behalf of Christiaan
> Ghijselinck[SMTP:xxxxx@CompaqNet.be]
> > Reply To: Windows System Software Devs Interest List
> > Sent: Tuesday, August 31, 2004 10:56 PM
> > To: Windows System Software Devs Interest List
> > Subject: Re: Re:[ntdev] Disabling Paging
> >
> > > I have heard (from someone I trust) that one can get by without a
> > > physical paging file. You should be able to specify that.
> >
> > XP allows it, but I thought that it does not work on W2k on which
> > Satish want to test.
> >
> Interesting. Do you know what happens if somebody tries to
> use shared memory backed by paging file in this situation? I
> mean when the first parameter to CreateFileMapping() is 0xffffffff.
>
> Best regards,
>
> Michal Vodicka
> UPEK, Inc.
> [xxxxx@upek.com, http://www.upek.com]
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: unknown lmsubst tag
> argument: ‘’
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

You are currently subscribed to ntdev as: unknown lmsubst tag argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com

Something like that.

Note that the same condition can occur if you run up against your
maximum paging file sizes.

-p

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Michal Vodicka
Sent: Tuesday, August 31, 2004 3:20 PM
To: Windows System Software Devs Interest List
Subject: RE: Re:[ntdev] Disabling Paging

Thanks, it makes sense. So, if I understand it correctly, all
physical memory committed to the section is unavailable for
apps and can’t be freed (because of no paging file) until
section is destroyed. It seems as a good reason to not
disable paging file.

Best regards,

Michal Vodicka
UPEK, Inc.
[xxxxx@upek.com, http://www.upek.com]

> ----------
> From:
xxxxx@lists.osr.com[SMTP:xxxxx@lis
ts.osr.com] on behalf of Peter
Wieland[SMTP:xxxxx@windows.microsoft.com]
> Reply To: Windows System Software Devs Interest List
> Sent: Tuesday, August 31, 2004 11:59 PM
> To: Windows System Software Devs Interest List
> Subject: RE: Re:[ntdev] Disabling Paging
>
> If there’s sufficient physical memory to commit to the
section based
> on the size when it’s created then it will work just fine.
If not it
> won’t.
>
> With a page file the question is “is there sufficient
physical memory
> + swap file (+ some fudging I’m sure that exists in both cases)” to
> commit to the section.
>
> -p
>
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com] On Behalf Of Michal
> > Vodicka
> > Sent: Tuesday, August 31, 2004 2:50 PM
> > To: Windows System Software Devs Interest List
> > Subject: RE: Re:[ntdev] Disabling Paging
> >
> > > ----------
> > > From:
> > xxxxx@lists.osr.com[SMTP:xxxxx@lis
> > ts.osr.com] on behalf of Christiaan
> > Ghijselinck[SMTP:xxxxx@CompaqNet.be]
> > > Reply To: Windows System Software Devs Interest List
> > > Sent: Tuesday, August 31, 2004 10:56 PM
> > > To: Windows System Software Devs Interest List
> > > Subject: Re: Re:[ntdev] Disabling Paging
> > >
> > > > I have heard (from someone I trust) that one can get
by without
> > > > a physical paging file. You should be able to specify that.
> > >
> > > XP allows it, but I thought that it does not work on
W2k on which
> > > Satish want to test.
> > >
> > Interesting. Do you know what happens if somebody tries to use
> > shared memory backed by paging file in this situation? I
mean when
> > the first parameter to CreateFileMapping() is 0xffffffff.
> >
> > Best regards,
> >
> > Michal Vodicka
> > UPEK, Inc.
> > [xxxxx@upek.com, http://www.upek.com]
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256
> >
> > You are currently subscribed to ntdev as: unknown lmsubst tag
> > argument: ‘’
> > To unsubscribe send a blank email to
xxxxx@lists.osr.com
> >
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: unknown lmsubst
tag argument: ‘’
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

You are currently subscribed to ntdev as: unknown lmsubst tag
argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com

Where did he mention Win2K?


James Antognini
Windows DDK Support

This posting is provided “AS IS” with no warranties, and confers no rights.

“Christiaan Ghijselinck” wrote in
message news:xxxxx@ntdev…
>
>
>> I have heard (from someone I trust) that one can get by without a
>> physical
>> paging file. You should be able to specify that.
>
> XP allows it, but I thought that it does not work on W2k on which Satish
> want
> to test.
>
>>
>> On the other hand, you will still have things happening like page-ins
>> from
>> other files that aren’t the paging file, as Don Burn pointed out.
>>
>> –
>> James Antognini
>> Windows DDK Support
>>
>> This posting is provided “AS IS” with no warranties, and confers no
>> rights.
>>
>> “Int3” wrote in message news:xxxxx@ntdev…
>> > Hi all,
>> >
>> > I have 1.5 GB RAM and i want to test by disabling paging completly. If
>> > i tried to without setting any pagefile, after reboot it creates
>> > temporary pagefile.
>> >
>> > I tried setting DisablePagingExecutive to 0 and doesnt help much.
>> >
>> > When i see thru Taskmanager i see still 1.2 GB ram is not used, so i
>> > like to test by disabling paging completly.
>> >
>> > ( This is just for testing and making my win2k to use all my physical
>> > RAM )
>> >
>> > Regards,
>> > Satish K.S
>> >
>>
>>
>>
>> —
>> Questions? First check the Kernel Driver FAQ at
>> http://www.osronline.com/article.cfm?id=256
>>
>> You are currently subscribed to ntdev as:
>> xxxxx@compaqnet.be
>> To unsubscribe send a blank email to xxxxx@lists.osr.com
>>
>

Although the OP mentions Windows 2K, for what it’s worth I’ve been
running my 1GB RAM XP system without a paging file for nearly a year.
No temporary page file is created. This is my day-to-day system that I
use for everything. Haven’t run into any issues yet.

Chuck

I dont run much applications with this PC, so i want to disable paging and
work. If i run more applications, then i dont mind if OS uses Paging.

Regards,
Satish K.S

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Mark Roddy
Sent: Wednesday, September 01, 2004 1:01 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] Disabling Paging

What exactly are you trying to test?

By the way, doesn’t the embedded version of XP actually support a
non-paging
configuration?

> I don’t think so. Paging is something essential that brings the

OS to live.
You can only “kill swapping” the hard way by preventing that
there is space
for a swapfile.

When we dont set any PageFile, after rebotting OS gives message and uses
temporary pagefile. I have enough HDD space and i cannot prevent it without
having space. Once there is some space, OS will create somehow Temporary
page file.

Regards,
Satish K.S

go down in this mail itself, you will get “win2k” word :wink:

Regards,
Satish K.S

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of James Antognini
[MSFT]
Sent: Wednesday, September 01, 2004 5:36 AM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] Re:Disabling Paging

Where did he mention Win2K?


James Antognini
Windows DDK Support

This posting is provided “AS IS” with no warranties, and confers
no rights.

“Christiaan Ghijselinck” wrote in
> message news:xxxxx@ntdev…
> >
> >
> >> I have heard (from someone I trust) that one can get by without a
> >> physical
> >> paging file. You should be able to specify that.
> >
> > XP allows it, but I thought that it does not work on W2k on
> which Satish
> > want
> > to test.
> >
> >>
> >> On the other hand, you will still have things happening like page-ins
> >> from
> >> other files that aren’t the paging file, as Don Burn pointed out.
> >>
> >> –
> >> James Antognini
> >> Windows DDK Support
> >>
> >> This posting is provided “AS IS” with no warranties, and confers no
> >> rights.
> >>
> >> “Int3” wrote in message news:xxxxx@ntdev…
> >> > Hi all,
> >> >
> >> > I have 1.5 GB RAM and i want to test by disabling paging
> completly. If
> >> > i tried to without setting any pagefile, after reboot it creates
> >> > temporary pagefile.
> >> >
> >> > I tried setting DisablePagingExecutive to 0 and doesnt help much.
> >> >
> >> > When i see thru Taskmanager i see still 1.2 GB ram is not used, so i
> >> > like to test by disabling paging completly.
> >> >
> >> > ( This is just for testing and making my win2k to use all my physical
> >> > RAM )
> >> >
> >> > Regards,
> >> > Satish K.S
> >> >
> >>
> >>
> >>
> >> —
> >> Questions? First check the Kernel Driver FAQ at
> >> http://www.osronline.com/article.cfm?id=256
> >>
> >> You are currently subscribed to ntdev as:
> >> xxxxx@compaqnet.be
> >> To unsubscribe send a blank email to xxxxx@lists.osr.com
> >>
> >
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

You are currently subscribed to ntdev as: xxxxx@liqwidkrystal.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

>

> I have heard (from someone I trust) that one can get by without
a physical
> paging file. You should be able to specify that.

XP allows it, but I thought that it does not work on W2k on which
Satish want
to test.

Cool. If XP allows it, then i guess pulling plug thing will apply only for
win2k as Don Burn say.

Regards,
Satish K.S