Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: 4Gb shows 3.8, 8Gb shows 7.7

  1. #1
    Join Date
    Jan 2009
    Beans
    114

    4Gb shows 3.8, 8Gb shows 7.7

    I have Ubuntu 13.10 64-bit installed on a Core2quad desktop with 4Gb of RAM and a nVidia 9800gtx card.
    Until yesterday, I had 4G of RAM and in system settings, it only showed 3.8gb.

    Yesterday, I added 4Gb for a total of 8 and now, Ubuntu shows only 7.7 Gb.

    Can someone explain this to me ? If I had an computer with integrated graphics, then it'd be logical since the graphics take up a portion of the RAM, but I have a dedicated card...

  2. #2
    Join Date
    Mar 2014
    Location
    Netherlands
    Beans
    Hidden!
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: 4Gb shows 3.8, 8Gb shows 7.7

    I got the same problem, got 12GB ram and it shows me only 11,6. I think that 0,4gb is use automatic for swap or something.

  3. #3
    Join Date
    Nov 2009
    Beans
    Hidden!
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: 4Gb shows 3.8, 8Gb shows 7.7

    post results of commands:

    Code:
    free -m
    and maybe

    Code:
    top
    wrap them in code tags (the # icon) so we can read them more easilly.
    Read the easy to understand, lots of pics Ubuntu manual.
    Do i need antivirus/firewall in linux?
    Full disk backup (newer kernel -> suitable for newer PC): Clonezilla
    User friendly full disk backup: Rescuezilla

  4. #4
    Join Date
    Jan 2009
    Beans
    114

    Re: 4Gb shows 3.8, 8Gb shows 7.7

    Come to think of it, sometime ago, I remember installing Ubuntu 64-bit (can't remember which version, must have been 12.04 or something) on a Core2duo iMac with 4Gb of RAM and a dedicated Radeon HD2600 card with system settings reporting the exact same 3.8gb installed. Very strange indeed.
    System monitor in OS X gave me the full 4Gb, no question...

  5. #5
    Join Date
    Mar 2014
    Location
    Netherlands
    Beans
    Hidden!
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: 4Gb shows 3.8, 8Gb shows 7.7

    Quote Originally Posted by Dr. McKay View Post
    Come to think of it, sometime ago, I remember installing Ubuntu 64-bit (can't remember which version, must have been 12.04 or something) on a Core2duo iMac with 4Gb of RAM and a dedicated Radeon HD2600 card with system settings reporting the exact same 3.8gb installed. Very strange indeed.
    System monitor in OS X gave me the full 4Gb, no question...
    Pleas follow the steps given above if you want help:
    Quote Originally Posted by mastablasta View Post
    post results of commands:

    Code:
    free -m
    and maybe

    Code:
    top
    wrap them in code tags (the # icon) so we can read them more easilly.

  6. #6
    Join Date
    Jan 2009
    Beans
    114

    Re: 4Gb shows 3.8, 8Gb shows 7.7

    Quote Originally Posted by Korkel View Post
    Pleas follow the steps given above if you want help:
    I will, but I'll do it tonight, I'm at work right now...

  7. #7
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: 4Gb shows 3.8, 8Gb shows 7.7

    The amount of memory you see missing is usually used as 'Video buffer' by the graphics card. I'm not sure if it happens when you have a dedicated graphics card, but I know that the onboard ones share the memory from the installed RAM.

    If you would be happy by seeing the size reported to the system (not the 'usable size', which is what you are seeing currently), use any of these commands -
    Code:
    sudo lshw -C memory
    sudo dmidecode -t memory
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  8. #8
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: 4Gb shows 3.8, 8Gb shows 7.7

    There are numerous factors that influence in the amount of usable memory shown.

    When the system loads it needs a required amount of memory for everything to function as smooth as it can. If you have 512MB the system will not reserve a lot since it will notice the lack of memory. If you have 1GB or 2GB the amount reserved gets bigger. The limit for 32 Bit is 4GB from which it reserves between 200MB and 1GB of RAM so everything can run smooth. So you would be left with a total usable memory between 3.0GB to 3.8GB. Depending on the hardware, integrated devices (Integrated video card, sound card, network card, etc...), amount of devices connected, the amount reserved will change.

  9. #9
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: 4Gb shows 3.8, 8Gb shows 7.7

    Presumably if your cpu has a graphic chip integrated onit, as most seem to these days, that will take at least some of the available ram unless it has been disabled in the BIOS in favour of the dedicated card.

    I could be wrong, of course, as I'm not a hardware expert.

  10. #10
    Join Date
    Jan 2009
    Beans
    114

    Re: 4Gb shows 3.8, 8Gb shows 7.7

    Quote Originally Posted by Korkel View Post
    Pleas follow the steps given above if you want help:
    Haven't had time yesterday, will do it tonight...

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •