Windows 12GB of ram with Windows Server 2007 32-bit?

Discussion in 'Software' started by Fredrics, 15 Mar 2010.

  1. Fredrics

    Fredrics Hmm...

    Joined:
    31 Dec 2007
    Posts:
    276
    Likes Received:
    7
    Hello,

    Recently purchased a server for running an application, it has 12gb of ram. I know about the whole use 64bit on more than 4gb's of ram, however according to windows the server was setup with a 32 bit os.
    [​IMG]

    Thats what I see in system info.

    In taskmanager I see this:
    [​IMG]


    My question is this, is all 12gb available - it appears to be able to see and use all 12gb's but I was under the impression that 32bit could only see 4gb :worried:
     
    Last edited: 15 Mar 2010
  2. Cerberus90

    Cerberus90 Car Spannerer

    Joined:
    23 Apr 2009
    Posts:
    7,616
    Likes Received:
    164
    Erm, I would initially say that its impossible, as the 32bit architecture physically limits the amount of RAM addressable.

    But, I seem to remember reading somewhere, that the Server versions have some sort of advanced memory addressing thing which allows them to access more memory. I don't know how it works, or whether its actually true. Someone who uses Windows Server may be able to shed some light on it.

    It does seem silly though, :D
     
  3. Fredrics

    Fredrics Hmm...

    Joined:
    31 Dec 2007
    Posts:
    276
    Likes Received:
    7
    Guest-16 likes this.
  4. GoodBytes

    GoodBytes How many wifi's does it have?

    Joined:
    20 Jan 2007
    Posts:
    12,300
    Likes Received:
    710
    You need 64-bit Windows (well any 64-bit OS), to use 4GB and up of memory.
    Call the company and ask for the 64-bit Windows 7, If your system was custom build.. than I have one word.. OUCH!

    What happens in your case, is that you can make an OS force to accept more memory, but what it really happens is that their is a lot of tricking that occurs on your system, as the CPU can't handle more than 4GB of RAM (CPU limitation of the 32-bit architecture), so you have a performance degradation. How much? when does it occur? No idea.
     
  5. Landy_Ed

    Landy_Ed Combat Novice

    Joined:
    6 May 2009
    Posts:
    1,428
    Likes Received:
    39
    Sounds like an excuse to charge you more for enterprise versus a standard edition x64. If that is the only feature of Enterprise you need, I'd have a chat with the vendor.

    @Goodbytes, fhe CPU can access it fine, it's the OS that can't deal with it natively. But it's not as simple as that anyway. Win 2000 could access more than 4Gb, the issue is whether or not it is accessed contiguously. A number of our SQL Servers have 32Gb ram and run multiple instances on 32 bit enterprise clusters (not my choice though)
     
  6. GoodBytes

    GoodBytes How many wifi's does it have?

    Joined:
    20 Jan 2007
    Posts:
    12,300
    Likes Received:
    710
    accessed contiguously is what we want, for the best performance.
     
  7. Fredrics

    Fredrics Hmm...

    Joined:
    31 Dec 2007
    Posts:
    276
    Likes Received:
    7
    Looks like I'll contact the server provider and get them to move me onto 64 bit windows 2007.
     
  8. dark_avenger

    dark_avenger Minimodder

    Joined:
    9 Jul 2008
    Posts:
    1,117
    Likes Received:
    47
    the move to 64bit will gain you more performance than you think as running PAE increases the over head needed to run the OS and also 64bit with 64bit software is quite often upto 30% faster
     
  9. Zoon

    Zoon Hunting Wabbits since the 80s

    Joined:
    12 Mar 2001
    Posts:
    5,497
    Likes Received:
    630
    There is no windows 2007 - you're either on Server 2003 or Server 2008 :)

    32bit Windows Server can run with 12gb of memory, using PAE as is mentioned briefly by one poster above.

    However, as mentioned by other posters above, 64bit native is much more efficient for this, as it doesn't require the remapping techniques employed by PAE.
     
  10. UncertainGod

    UncertainGod Minimodder

    Joined:
    18 Oct 2007
    Posts:
    1,424
    Likes Received:
    26
    It's paging the RAM in 4gb chunks this hurts performance a bit but does allow a 32bit system to use all the available RAM. I'd still switch to 64bit though.
     
  11. Landy_Ed

    Landy_Ed Combat Novice

    Joined:
    6 May 2009
    Posts:
    1,428
    Likes Received:
    39
    That's a key factor. If it's 32 bit apps running, the overhead for WOW will counteract any gain going to the 64 bit OS as each app will be limited to it's own 4Gb block anyway (in many cases actually only 2Gb)
     
  12. gammelhat

    gammelhat What's a Dremel?

    Joined:
    19 Mar 2010
    Posts:
    11
    Likes Received:
    1
    About overhead... all Windows editions runs in PAE mode by default (DEP). In 64bit mode you have the same overhead plus a bit more: 4 layered page table model over 3 layered in PAE mode.
     
  13. MorpheusUK

    MorpheusUK a Noob that knows something

    Joined:
    24 Sep 2009
    Posts:
    111
    Likes Received:
    3
    Here some more on windows versions and memory limitations, as can be seen your edition Windows Server Enterprise, can handle what you throwing at it.
     
  14. gammelhat

    gammelhat What's a Dremel?

    Joined:
    19 Mar 2010
    Posts:
    11
    Likes Received:
    1
    Physical memory above and under 4GB is accessed the same way in both 32bit and 64bit OSes. 64bit applications just have a much larger virtual address space, which is useful if you are running very memory-demanding applications.
     
  15. Landy_Ed

    Landy_Ed Combat Novice

    Joined:
    6 May 2009
    Posts:
    1,428
    Likes Received:
    39
    Ok, so howcome VB6 apps & IDE run slower on x64 than on x86?
     
  16. Glider

    Glider /dev/null

    Joined:
    2 Aug 2005
    Posts:
    4,173
    Likes Received:
    21
  17. Fredrics

    Fredrics Hmm...

    Joined:
    31 Dec 2007
    Posts:
    276
    Likes Received:
    7
    Thanks for all the information everyone, I made the changeover yesterday. It happened that I have not seen any noticeable difference in the application other than the fact that I am now able to allow it to use more ram.

    Thanks



    Thanks for these, but I did already post these above :D
     
  18. gammelhat

    gammelhat What's a Dremel?

    Joined:
    19 Mar 2010
    Posts:
    11
    Likes Received:
    1
    My post was about how memory is accessed... non-PAE vs PAE vs 64bit/long mode.

    Why VB6 might run slower on 64bit Windows is due to other factors.
     
  19. thehippoz

    thehippoz What's a Dremel?

    Joined:
    19 Dec 2008
    Posts:
    5,780
    Likes Received:
    174
    actually the wiki is wrong in some ways.. the idea of pae goes way back- I remember on the atari 800xl 8-bit computer it could only address 64k

    when the 130xe model came out with 128k.. you banked the extra 64k into 4 sections- you would set 2 bits in the register to address which 16k section you'd want to 'swap' into main memory.. it was pretty fun programming on that rig
     
  20. gammelhat

    gammelhat What's a Dremel?

    Joined:
    19 Mar 2010
    Posts:
    11
    Likes Received:
    1
    But PAE is not an "idea", it is an actual implementation of an addressing mode i x86. It is also not about "bank switching". The entire physical address space can be addressed. You don't "switch" to make one area active.
     

Share This Page