Only shows I'm using 2.8GB RAM when I have 4GB Installed

Asked by Jonas Bergem

When i go into system information it says I have 2.8 GB of RAM installed. But my computer has 4 GB.
Can this be because I'm running a 32 bit when I should be running 64 bit?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu linux Edit question
Assignee:
No assignee Edit question
Solved by:
Jonas Bergem
Solved:
Last query:
Last reply:

This question was reopened

Revision history for this message
enubuntu (mr.tennents) said :
#1

Please do this:
1. Open a terminal by hitting CTRL + ALT + T
2. Insert and run this commands:
lsb_release -a
uname -a
free -m

3. Copy and paste here all the output of the terminal.

Revision history for this message
Jonas Bergem (jonasbergem) said :
#2

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric

Linux ubuntu 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011 i686 i686 i386 GNU/Linux

            total used free shared buffers cached
Mem: 2865 2748 116 0 669 1487
-/+ buffers/cache: 591 2274
Swap: 255 0 255

Revision history for this message
Jonas Bergem (jonasbergem) said :
#3

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric

Linux ubuntu 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011 i686 i686 i386 GNU/Linux

                     total used free shared buffers cached
Mem: 2865 2748 116 0 669 1487
-/+ buffers/cache: 591 2274
Swap: 255 0 255

Revision history for this message
Jonas Bergem (jonasbergem) said :
#4

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric

Linux ubuntu 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011 i686 i686 i386 GNU/Linux

            total used free shared buffers cached
Mem: 2865 2748 116 0 669 1487
-/+ buffers/cache: 591 2274
Swap: 255 0 255

Revision history for this message
steakunderscore (steakunderscore) said :
#5

Have you noticed how much RAM your BOIS is picking up? Could be that your BIOS is not picking up one of your ram modules. If this is the case, then Ubuntu wont have a chance to know about it.

Can you run:
sudo lshw -html > /tmp/hw.html; firefox /tmp/hw.html

What does it say in the memory section? Does it match your hardware setup?

Revision history for this message
Jonas Bergem (jonasbergem) said :
#6

id:
memory
description: System Memory
physical id:
c
slot: System board or motherboard
size: 4GiB

Yeah, thats right. But it still shows 2.8 GiB in system settings.

Revision history for this message
Phillip Susi (psusi) said :
#7

Yes, you either need to run 64 bit or install the -pae kernel. sudo apt-get install lingux-generic-pae.

Revision history for this message
Jonas Bergem (jonasbergem) said :
#8

I reinstalled Ubuntu to x64, and now it says 3.7 GiB, so I suppose thats close enough :)