PAE is there in windows as well, all it does is instead of using 32 lines, it uses 36 lines for addresses but the benefit is only visible for application which are build with PAE aware switch. All normal applications will still see same limitation.Prole73 said:In case you are using Linux, you can PAE edition of kernels to utilise more RAM.
On MS Windows you will need 64Bit OS. Check with MS Windows 2008 Enterprise Edition, also.
A little updateiyengar said:Simply NO madi as it would not be able to consume not even 4 cause you have to minus the VRAM, and others. The max it can take is 3.25 GB
eBro
adi_vastava said:PAE is there in windows as well, all it does is instead of using 32 lines, it uses 36 lines for addresses but the benefit is only visible for application which are build with PAE aware switch. All normal applications will still see same limitation.
So as every one said, there will be no use of 8 GB Ram on your 32 bit OS, but if you *are sure* that your usage is that heavy, you can install a 64 bit OS and get benefit of extra RAM.
Yeah I was not clear, let me try my bit again,blufox said:How do you build applications to be PAE aware? 0_O
Applications are never built with PAE awareness, they do not even know about PAE.
A kernel is modified to know about PAE, not the applications.
If you using Linux, get a pae-enabled kernel.
On windows I think server edition has PAE support.
HTH