Tom's Hardware > Forum > Motherboards & Memory > Memory > Not your typical 4GB on 32bit OS question...

Not your typical 4GB on 32bit OS question...

Forum Motherboards & Memory : Memory - Not your typical 4GB on 32bit OS question...

Tom's Hardware: Over 1.4 million members in 6 different countries available to answer all your high-tech questions. Sign up now! Its free!
Word :    Username :           
 

I have been searching around quite a few places for answers to two specific questions regarding using 4GB of memory on 32bit XP Home. Unfortunately, all the threads everywhere seem to be, "why don't I see 4GB of memory on my 4GB system?"

My questions:

1: Is there a way to see what is reserving the memory addresses taking me down to the 3GB I see? It seems a little high for me. I have integrated graphics. So, losing 1GB of memory address seems odd.

2: How can I best optimize my system to use 4GB of ram? I don't think I want to use the /3GB switch as it forces 1GB to kernel and 3GB to apps. Without it (at least the way I seem to understand it) windows dynamically shifts usage from apps to kernel. Furthermore, I have XP Home SP3, so I believe PAE is enabled by default. It does show it in System Properties. Is there a way to check that I am actually loading the PAE kernel of windows?

Well I guess that was three questions...

Thanks very much in advance.

Sponsored Links
Register or log in to remove.

You're asking them is a non typical way.

Reading http://duartes.org/gustavo/blog/po [...] memory-map should help.

Then read http://www.microsoft.com/whdc/syst [...] Edrv.mspx. As Microsoft points out, PAE can be enabled even if the /PAE switch is not used.

Reply to GhislainG

i am using XP Pro with 4gigs, it sees only 3.5. If you're using integrated graphics, that is gonna use up to another 512mb. Seeing 3gb on your system sounds pretty normal to me. If you're using integrated graphics 3gb should be more than enough for your usage I would imagine.


Message edited by doormatderek on 03-05-2009 at 04:56:24 AM
Reply to doormatderek

Thanks for the replies, guys...

doormatderek, I am absolutely doing fine with 3gb of ram. I am just the type of guy that likes to know everything is optimized as best as can be.


I guess the PAE switch is enabled by default on XP SP2. Should I leave this on? Is there anything else I should do to optimize this?

I have set the page file to be managed by windows. Hopefully that helps a little bit.

Reply to jackp311

The PAE switch is used to address more than 4GB, so it doesn't make any difference for you.

------------------------------ *How To Ask For New Build Advice*
HAF 922 | HX750
Rampage2Gene | i7 920 D0 | 6GB Gold 1600 | Hyper 212+
Caviar Black 640GB | HD3870
Reply to theAnimal

You can use System Information (Start -> Programs -> Accessories -> System Tools -> System Information) and expand the Hardware section and select Memory for a listing of the devices and addresses assigned to the devices for your system.

Reply to firemist

theAnimal wrote :

The PAE switch is used to address more than 4GB, so it doesn't make any difference for you.



You also need to address more than 4GB to address 4GB system ram plus memory mapped i/o. But even in pae mode you are limited to 4GB total physical ram because Microsoft chose to implement it like that.

Reply to mikrev007

mikrev007 wrote :

You also need to address more than 4GB to address 4GB system ram plus memory mapped i/o. But even in pae mode you are limited to 4GB total physical ram because Microsoft chose to implement it like that.



PAE has nothing to do with memory mapped i/o, only physical RAM.

------------------------------ *How To Ask For New Build Advice*
HAF 922 | HX750
Rampage2Gene | i7 920 D0 | 6GB Gold 1600 | Hyper 212+
Caviar Black 640GB | HD3870
Reply to theAnimal

theAnimal wrote :

PAE has nothing to do with memory mapped i/o, only physical RAM.

 

Memory mapped i/o resides in the physical address space. That is the reason not all of the 4GB RAM is available. It is also from this fact that MMIO gets its name: it gets mapped into this address space.

Message quoted 1 times
Message edited by mikrev007 on 03-05-2009 at 11:47:29 PM
Reply to mikrev007

mikrev007 wrote :

Memory mapped i/o resides in the physical address space. That is the reason not all of the 4GB RAM is available. It is also from this fact that MMIO gets its name: it gets mapped into this address space.



Yes, and this has nothing to do with the PAE switch. The PAE kernel cannot be used with only 4GB of RAM.

------------------------------ *How To Ask For New Build Advice*
HAF 922 | HX750
Rampage2Gene | i7 920 D0 | 6GB Gold 1600 | Hyper 212+
Caviar Black 640GB | HD3870
Reply to theAnimal

And if you have 2g plus of ram ,,you can dispense with the swapfile...:)

Reply to dokk2

dokk2 wrote :

And if you have 2g plus of ram ,,you can dispense with the swapfile...:)



Or you could just leave it since it doesn't affect performance.

------------------------------ *How To Ask For New Build Advice*
HAF 922 | HX750
Rampage2Gene | i7 920 D0 | 6GB Gold 1600 | Hyper 212+
Caviar Black 640GB | HD3870
Reply to theAnimal

theAnimal wrote :

Yes, and this has nothing to do with the PAE switch. The PAE kernel cannot be used with only 4GB of RAM.

 

It has everything to do with PAE. PAE makes it possible to use more than 32 address bits (it makes it possible, nobody says you actually have to use them). MMIO resides in the upper region of the lower 4GB physical address space. When you activate memory remapping (a feature of most modern motherboards), a portion of the lower 4GB system RAM will be moved up above 4G, thus you need PAE to address it.

 

And of course PAE can be used even with only 1GB RAM. PAE is also used to give you DEP. DEP is default since XP/SP2. So no matter how much RAM you have, PAE is active.

Message quoted 1 times
Message edited by mikrev007 on 03-06-2009 at 07:35:36 AM
Reply to mikrev007

mikrev007 wrote :

It has everything to do with PAE. PAE makes it possible to use more than 32 address bits (it makes it possible, nobody says you actually have to use them). MMIO resides in the upper region of the lower 4GB physical address space. When you activate memory remapping (a feature of most modern motherboards), a portion of the lower 4GB system RAM will be moved up above 4G, thus you need PAE to address it.

And of course PAE can be used even with only 1GB RAM. PAE is also used to give you DEP. DEP is default since XP/SP2. So no matter how much RAM you have, PAE is active.



32bit XP & Vista cannot address anything above 4GB, regardless of PAE. The memory remapping does not mean that you are addressing memory over 4GB, the OS still sees it all below 4GB. The only thing for which PAE is required is DEP.

------------------------------ *How To Ask For New Build Advice*
HAF 922 | HX750
Rampage2Gene | i7 920 D0 | 6GB Gold 1600 | Hyper 212+
Caviar Black 640GB | HD3870
Reply to theAnimal

Yes, I wrote that in my first post that PAE in xp/vista doesn't address more, but we were talking in general - you also wrote:

 

"The PAE switch is used to address more than 4GB, so it doesn't make any difference for you. "

 

... because in general, PAE can be used to address more than 4GB. And the dispute here was that with 4GB system ram, you would need to address more than 4GB to use it all.

Message quoted 1 times
Message edited by mikrev007 on 03-07-2009 at 11:11:07 PM
Reply to mikrev007

mikrev007 wrote :

Yes, I wrote that in my first post that PAE in xp/vista doesn't address more, but we were talking in general - you also wrote:

"The PAE switch is used to address more than 4GB, so it doesn't make any difference for you. "

... because in general, PAE can be used to address more than 4GB. And the dispute here was that with 4GB system ram, you would need to address more than 4GB to use it all.



On 32bit XP or Vista you will not be able to use all 4GB, with or without PAE. IOW, PAE makes no difference.

------------------------------ *How To Ask For New Build Advice*
HAF 922 | HX750
Rampage2Gene | i7 920 D0 | 6GB Gold 1600 | Hyper 212+
Caviar Black 640GB | HD3870
Reply to theAnimal

I responded to your statements like:

"PAE has nothing to do with memory mapped i/o, only physical RAM."

"Yes, and this has nothing to do with the PAE switch. The PAE kernel cannot be used with only 4GB of RAM. "

I wrote in my first post that the PAE kernel in XP/Vista is limited - this is not the question. Do you not like to be told wrong?

Reply to mikrev007

mikrev007 wrote :

I responded to your statements like:

"PAE has nothing to do with memory mapped i/o, only physical RAM."

"Yes, and this has nothing to do with the PAE switch. The PAE kernel cannot be used with only 4GB of RAM. "

I wrote in my first post that the PAE kernel in XP/Vista is limited - this is not the question. Do you not like to be told wrong?


I was incorrect about the PAE kernel being used with less than 4GB, but it is only used for DEP.

You said:

Quote :


You also need to address more than 4GB to address 4GB system ram plus memory mapped i/o. But even in pae mode you are limited to 4GB total physical ram because Microsoft chose to implement it like that.


This is incorrect. You cannot address above 4GB in 32bit XP or Vista. The memory mapping is handled by hardware (which can handle 36bit).

You said:

Quote :


It has everything to do with PAE. PAE makes it possible to use more than 32 address bits (it makes it possible, nobody says you actually have to use them). MMIO resides in the upper region of the lower 4GB physical address space. When you activate memory remapping (a feature of most modern motherboards), a portion of the lower 4GB system RAM will be moved up above 4G, thus you need PAE to address it.


And of course PAE can be used even with only 1GB RAM. PAE is also used to give you DEP. DEP is default since XP/SP2. So no matter how much RAM you have, PAE is active.


Other than DEP, this is incorrect. You cannot address above 4GB in 32bit XP or Vista. The memory mapping is handled by hardware (which can handle 36bit).

You said:

Quote :


And the dispute here was that with 4GB system ram, you would need to address more than 4GB to use it all.


There is no dispute. You cannot address more than 4GB and you cannot use it all.

------------------------------ *How To Ask For New Build Advice*
HAF 922 | HX750
Rampage2Gene | i7 920 D0 | 6GB Gold 1600 | Hyper 212+
Caviar Black 640GB | HD3870
Reply to theAnimal

Okay, I see we don't get any further here.

Reply to mikrev007

mikrev007 wrote :

Okay, I see we don't get any further here.



It would really help your argument if you posted a link that proves that PAE is used for something besides what Microsoft says it is used for (more than 4GB physical RAM, DEP, NUMA & hot add memory).

------------------------------ *How To Ask For New Build Advice*
HAF 922 | HX750
Rampage2Gene | i7 920 D0 | 6GB Gold 1600 | Hyper 212+
Caviar Black 640GB | HD3870
Reply to theAnimal

I'm not sure what you think PAE is. PAE extends the CPU's physical address space, just like it is exteded when you switch to 64-bit mode. And as said, MMIO is reached through this address space.

 

And please, stop with the XP/Vista thing, this is not the discussion.

Message quoted 1 times
Message edited by mikrev007 on 03-08-2009 at 08:17:02 PM
Reply to mikrev007

mikrev007 wrote :

I'm not sure what you think PAE is. PAE extends the CPU's physical address space, just like it is exteded when you switch to 64-bit mode.


Yes, the physical address extension would extend the physical address space on most OS. But not in this case.

Quote :

And as said, MMIO is reached through this address space.


Yes, you keep saying this; that doesn't make it so. MMIO is all below 4GB. Physical RAM can be remapped above 4GB, but not on this OS.

Quote :

And please, stop with the XP/Vista thing, this is not the discussion.


It is completely relevant, as the OP is using 32bit XP.

------------------------------ *How To Ask For New Build Advice*
HAF 922 | HX750
Rampage2Gene | i7 920 D0 | 6GB Gold 1600 | Hyper 212+
Caviar Black 640GB | HD3870
Reply to theAnimal

Okay, I'll stop now since you don't get the point.

Reply to mikrev007

mikrev007 wrote :

Okay, I'll stop now since you don't get the point.



I don't understand what point you're trying to make.

The OP has 32bit XP, which means that all he will ever see is ~3GB. Neither PAE nor memory remapping will change this.

------------------------------ *How To Ask For New Build Advice*
HAF 922 | HX750
Rampage2Gene | i7 920 D0 | 6GB Gold 1600 | Hyper 212+
Caviar Black 640GB | HD3870
Reply to theAnimal
Tom's Hardware > Forum > Motherboards & Memory > Memory > Not your typical 4GB on 32bit OS question...
Go to:

There are 1242 identified and unidentified users. To see the list of identified users, Click here.

Please mind

You are about to answer a thread that has been inactive for more than 6 months.
If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.

Add a reply Cancel
Sponsored links
  • Ask the community now
  • Publish
Ad
They won a badge
Join us in greeting them