Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Windows 7 Ultimate 32 bit - RAM installed 6 GB but usable only 2.58 GB  (Read 11210 times)

0 Members and 1 Guest are viewing this topic.

whiskynine

    Topic Starter


    Starter

    • Experience: Beginner
    • OS: Windows 7
    I have problem about RAM

    Windows 7 Ultimate 32 bit - RAM installed 6 GB but usable only 2.58 GB



    my laptop first has 2 GB of RAM and I add 4 GB after install Windows7. Do I have to Reinstall Windows to get 4 GB usable RAM as limit in 32 bit Windows



    whiskynine

      Topic Starter


      Starter

      • Experience: Beginner
      • OS: Windows 7
      Re: Windows 7 Ultimate 32 bit - RAM installed 6 GB but usable only 2.58 GB
      « Reply #1 on: January 19, 2013, 07:41:18 AM »
      Task manager show like this



      patio

      • Moderator


      • Genius
      • Maud' Dib
      • Thanked: 1769
        • Yes
      • Experience: Beginner
      • OS: Windows 7
      Re: Windows 7 Ultimate 32 bit - RAM installed 6 GB but usable only 2.58 GB
      « Reply #2 on: January 19, 2013, 07:45:11 AM »
      You will need a 64 bit ver. of Windows to utilise 6G of RAM...
      It should still be reporting approx. 3.5G of RAM though...not 2.5G.

      Where did you purchase the RAM ?
      " Anyone who goes to a psychiatrist should have his head examined. "

      whiskynine

        Topic Starter


        Starter

        • Experience: Beginner
        • OS: Windows 7
        Re: Windows 7 Ultimate 32 bit - RAM installed 6 GB but usable only 2.58 GB
        « Reply #3 on: January 19, 2013, 07:57:23 AM »
        1. You will need a 64 bit ver. of Windows to utilise 6G of RAM...
        It should still be reporting approx. 3.5G of RAM though...not 2.5G.

        2. Where did you purchase the RAM ?

        1. I will try to install 64 bit later. But still wonder why 32 bit report only 2.5 GB
        2. I bought from computer shop in Thailand

        thank you

        Ps. Bios also see 6 GB

        BC_Programmer


          Mastermind
        • Typing is no substitute for thinking.
        • Thanked: 1140
          • Yes
          • Yes
          • BC-Programming.com
        • Certifications: List
        • Computer: Specs
        • Experience: Beginner
        • OS: Windows 11
        Re: Windows 7 Ultimate 32 bit - RAM installed 6 GB but usable only 2.58 GB
        « Reply #4 on: January 19, 2013, 08:33:05 AM »
        the 32-bit Windows kernel is limited to 4GB of Physical Memory, not for any technical reason- just because MS set it that way. (well there are some technical reasons related to drivers, but that's not important here).

        Anyway, that limit means the total physical, addressable memory is 4GB. This has to include the Mapped I/O addresses for installed hardware. For Most systems, this results in 3.5GB of usable memory.

        If you have an integrated graphics card, they use System Memory as their VRAM, so if your integrated Graphics adapter is set to 1GB of VRAM, you will only see 2.5 with a 32-bit OS.
        I was trying to dereference Null Pointers before it was cool.

        whiskynine

          Topic Starter


          Starter

          • Experience: Beginner
          • OS: Windows 7
          Re: Windows 7 Ultimate 32 bit - RAM installed 6 GB but usable only 2.58 GB
          « Reply #5 on: January 19, 2013, 08:42:57 AM »
          the 32-bit Windows kernel is limited to 4GB of Physical Memory, not for any technical reason- just because MS set it that way. (well there are some technical reasons related to drivers, but that's not important here).

          Anyway, that limit means the total physical, addressable memory is 4GB. This has to include the Mapped I/O addresses for installed hardware. For Most systems, this results in 3.5GB of usable memory.

          If you have an integrated graphics card, they use System Memory as their VRAM, so if your integrated Graphics adapter is set to 1GB of VRAM, you will only see 2.5 with a 32-bit OS.

          it means that if I didn't add this 4 GB, the usable RAM will be only 1 GB from 2GB installed. (I didn't recognize the amount of RAM before adding more).

          BC_Programmer


            Mastermind
          • Typing is no substitute for thinking.
          • Thanked: 1140
            • Yes
            • Yes
            • BC-Programming.com
          • Certifications: List
          • Computer: Specs
          • Experience: Beginner
          • OS: Windows 11
          Re: Windows 7 Ultimate 32 bit - RAM installed 6 GB but usable only 2.58 GB
          « Reply #6 on: January 19, 2013, 09:03:29 AM »
          it means that if I didn't add this 4 GB, the usable RAM will be only 1 GB from 2GB installed. (I didn't recognize the amount of RAM before adding more).

          The limit is a limit on Physical memory. If you have less than the physical limit installed, than the hardware guff is simply mapped into memory beyond your physical memory. The reason having 4GB approaches this problem is that there is no other place for that hardware mapping to go except by replacing existing Memory space.






          I was trying to dereference Null Pointers before it was cool.