You are not logged in.
Pages: 1
I have 2GB of RAM in my computer. This shows up properly in Windows which I am dual-booting with. I noticed a couple days ago that if I look at the system monitor in GNOME, it only shows up as 1011.4 MiB. Also, if I run $free in bash, I get...
total used free shared buffers cached
Mem: 1035688 300208 735480 0 2852 135264
-/+ buffers/cache: 162092 873596
Swap: 265064 0 265064
Anyone know why Arch Linux can't see my other 1GB?
Last edited by tony5429 (2007-06-11 20:32:37)
Offline
perhaps you could try mem=2048M as a kernel boot parameter and check if all your ram is detected?
---for there is nothing either good or bad, but only thinking makes it so....
Hamlet, W Shakespeare
Offline
thanks - i'll give it a shot. but, just wondering, where is the file i need to add that to?
Offline
If using grub, to the "kernel" line of the arch entry in /boot/grub/menu.lst, if using lilo in lilo.conf but I don't know the details about that file.
Offline
well i changed my arch boot section (in grub) to...
# (0) Arch Linux
title Arch Linux
root (hd0,0)
kernel /vmlinuz26 root=/dev/sda3 ro mem=2048M
initrd /kernel26.img
And rebooted. But I am still getting this when running $free
total used free shared buffers cached
Mem: 1035696 385796 649900 0 10536 169376
-/+ buffers/cache: 205884 829812
Swap: 265064 0 265064
Offline
silly me; my ram was just dislodged a bit and dusty. i have solved the problem. sorry for the trouble.
Offline
Pages: 1