Hi, today I got my new Raspberry Pi which is supposed to have 512 mb of ram. But after installing debian wheezy and looking out the available memory using the "free -m" command it says it just has 184 mb of ram, which is more near from 256 mb of ram than from 512 mb.
Code: Select all
pi@raspberrypi ~ $ free -h
total used free shared buffers cached
Mem: 184M 159M 25M 0B 6,0M 72M
-/+ buffers/cache: 80M 104M
Swap: 99M 480K 99M
Why does this happen? Is there any way to fix it without reinstalling debian all over again? I'm pretty sure my pi has 512 mb of ram because it has 4G written over the memory chip.