Tom's Hardware > Forum > Motherboards & Memory > Memory > System that could take more memory

System that could take more memory

Forum Motherboards & Memory : Memory - System that could take more memory

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 :           
 

Hello all,

First, Thanks for taking time to read this post.

I am software developer and would like to install and try out different versions of applications on my machine. Of late I noticed that some of the applications that I want to try and play require more and more memory [RAM] and I am at a point where I need your help.

I would like to get a machine which would could scale as the time goes by in terms of memory and at the same time I do not want to upgrade for a 64-bit OS because a lot of applications do not support at least at this point of time.

Example:
I work with an enterprise application that use to run fine with 2GB RAM, but the newer version requires at least 4GB of RAM. I know windows has its own limitations of accessing more than 3+ gig of RAM and I did not try other OS options.

Plz advice, if a server is a good option to get because I am ready to invest more at this time rather than just keeping buying newer machines as the times goes by, if so, then which server? what specs? etc.

Plz let me know if I am not clear with my problem.

Thanks,
Kriss

Sponsored Links
Register or log in to remove.

I'm somewhat confused why a software develper, who apparently works in a Windows environment, wouldn't understand address space limitations in a 32 bit OS... Or that 64 bit Windows runs 32 bit (Windows) application code just fine. Or why you wouln't be able to simply ask one of the IT guys at work...

anyways...


You may use a server grade OS - Win NT, 2003, etc.. in order to enable the usage of PAE for the purpose of providing more address space. Be advised you will still be limited to 4GB ranges, and all of your drivers need to be Large_Address_Aware


MSDN Blog on the issue you are facing:
http://blogs.msdn.com/dcook/archiv [...] emory.aspx

A nice MSDN article, as well:
http://www.microsoft.com/technet/p [...] mempr.mspx



My personal advice: Unless your application provider has a specific reason why you can't use a 64 bit version of Windows for your desktop, then you should just use it and forget kludgy workarounds.

Message quoted 1 times
Message edited by Scotteq on 04-22-2009 at 09:33:57 PM
------------------------------ Which Chip? Well, it depends on which set of thieving b@stardz you choose to support: The ones who use insider trading to enrich themselves while running their company into the ground? Or the ones who illegally pay vendors to not support the first group?
Reply to Scotteq

Hello Scott,
Thanks for you reply.
Your confusion is valid, its just my lack of understanding to some extent and the specifications sheet laid by the vendor.

What are your recommendations if I go with unix or linux instead of windows?

I just need a system which could scale in terms of memory say like upto 8GB or 10 GB in the future.
Thanks.

Scotteq wrote :

I'm somewhat confused why a software develper, who apparently works in a Windows environment, wouldn't understand address space limitations in a 32 bit OS... Or that 64 bit Windows runs 32 bit (Windows) application code just fine. Or why you wouln't be able to simply ask one of the IT guys at work...

anyways...


You may use a server grade OS - Win NT, 2003, etc.. in order to enable the usage of PAE for the purpose of providing more address space. Be advised you will still be limited to 4GB ranges, and all of your drivers need to be Large_Address_Aware

MSDN Blog on the issue you are facing:
http://blogs.msdn.com/dcook/archiv [...] emory.aspx

A nice MSDN article, as well:
http://www.microsoft.com/technet/p [...] mempr.mspx



My personal advice: Unless your application provider has a specific reason why you can't use a 64 bit version of Windows for your desktop, then you should just use it and forget kludgy workarounds.


Reply to krissreddy

krissreddy wrote :

What are your recommendations if I go with unix or linux instead of windows?

I just need a system which could scale in terms of memory say like upto 8GB or 10 GB in the future.



Linux will work, although 32 bit will still be limited to 2 or 3GB per application.

------------------------------ *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

Kriss - As one of the board members has in a tag line: Unix is user friendly. It's just picky who it's friends are. Well.. I didn't get picked :D So I'm going to punt on the *ux question.

 


Fundamentally, it comes down to a simple math problem. 2^32 = 4GB worth of address space. And as I'm sure you're very aware, more than just RAM needs addresses. On a software level the default is that Windows reserves 2GB for system use, and leaves the other 2 for application usage. On a Hardware level, a good chunk of the address space used for the system is for hardware: System Bios, Mobo resources, Memory Mapped I/O, and other allocations for installed devices.

 

There is a functionality, called "Physical Address Extensions", that essentially adds another 4 bits worth of address space which could be used for the purpose of adding more resource. 32 bit limitations still apply (4GB ranges, etc etc etc), and all of your drivers must br written and tagged as Large_Address_Aware. The driver requirement badly hurts PAE in a consumer desktop environment, since very vbery few drivers are written that way. And as a developer, you should also be (painfully) aware of what happens when a device/driver asks for resource which isn't where the device/driver expects it to be... These limitations are why Microsoft have disabled PAE usage for address space purposes on all of their desktop operating systems.

 


Now - If you must, and you have the technical knowledge/resource available to you, it *is* possible...

 

Microsoft article about PAE:
http://www.microsoft.com/whdc/syst [...] ae_os.mspx

 


Here's a KB article from Microsoft which should help show you how: http://support.microsoft.com/kb/283037

 


Just know that it is a workaround, and that - unless you have a legitimate technical reason otherwise - you should use 64 bit Windows and skip the idea.

 


And yah - For the board at large: You guys are probably more than familiar with my usual rants against PAE on the desktop. It can be done - But you need a very carefully controlled environment to do it. In this case, the OP is a Developer and should have access to technical resources the general population do not. From here, I would expect the OP to take advantage and use the links provided As A Starting Point to determine if such a thing is applicable and viable for his intended usage. If you think you have those kind of chops, then knock yourself out... But know that this is one of those questions where if you have to ask, you probably shouldn't be screwing with it.

Message quoted 2 times
Message edited by Scotteq on 04-25-2009 at 02:06:01 AM
------------------------------ Which Chip? Well, it depends on which set of thieving b@stardz you choose to support: The ones who use insider trading to enrich themselves while running their company into the ground? Or the ones who illegally pay vendors to not support the first group?
Reply to Scotteq

Thanks Scott.

Scotteq wrote :

Kriss - As one of the board members has in a tag line: Unix is user friendly. It's just picky who it's friends are. Well.. I didn't get picked :D So I'm going to punt on the *ux question.


Fundamentally, it comes down to a simple math problem. 2^32 = 4GB worth of address space. And as I'm sure you're very aware, more than just RAM needs addresses. On a software level the default is that Windows reserves 2GB for system use, and leaves the other 2 for application usage. On a Hardware level, a good chunk of the address space used for the system is for hardware: System Bios, Mobo resources, Memory Mapped I/O, and other allocations for installed devices.

There is a functionality, called "Physical Address Extensions", that essentially adds another 4 bits worth of address space which could be used for the purpose of adding more resource. 32 bit limitations still apply (4GB ranges, etc etc etc), and all of your drivers must br written and tagged as Large_Address_Aware. The driver requirement badly hurts PAE in a consumer desktop environment, since very vbery few drivers are written that way. And as a developer, you should also be (painfully) aware of what happens when a device/driver asks for resource which isn't where the device/driver expects it to be... These limitations are why Microsoft have disabled PAE usage for address space purposes on all of their desktop operating systems.


Now - If you must, and you have the technical knowledge/resource available to you, it *is* possible...

Microsoft article about PAE:
http://www.microsoft.com/whdc/syst [...] ae_os.mspx


Here's a KB article from Microsoft which should help show you how: http://support.microsoft.com/kb/283037


Just know that it is a workaround, and that - unless you have a legitimate technical reason otherwise - you should use 64 bit Windows and skip the idea.


And yah - For the board at large: You guys are probably more than familiar with my usual rants against PAE on the desktop. It can be done - But you need a very carefully controlled environment to do it. In this case, the OP is a Developer and should have access to technical resources the general population do not. From here, I would expect the OP to take advantage and use the links provided As A Starting Point to determine if such a thing is applicable and viable for his intended usage. If you think you have those kind of chops, then knock yourself out... But know that this is one of those questions where if you have to ask, you probably shouldn't be screwing with it.


Reply to krissreddy

Scotteq wrote :

and all of your drivers must br written and tagged as Large_Address_Aware.



I believe the PHYSICAL_ADDRESS structure is 64bit whether you run in normal mode or PAE mode. So it doesn't need to be "tagged", it just need to not ignore the upper 32 bits.

Reply to mikrev007
Tom's Hardware > Forum > Motherboards & Memory > Memory > System that could take more memory
Go to:

There are 1259 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