BIOS shows 6 GB alright, but Ubuntu only shows 3 GB.
I found that the following solves the problem in Ubuntu
Install linux-headers-server and linux-server packages:
sudo apt-get install linux-headers-server linux-server
Then restart your system...
Now meminfo will show 6 GB:
zyb3r@xyz~$ cat /proc/meminfo
MemTotal: 6087608 kB
...
1 comment:
I wish I had that amound of memory. :)
Post a Comment