Hi guys
After a recent update my Raspberry Pi Model B suddenly no longer sports the famous 512MB of RAM. Running free -m yields:
$this->bbcode_second_pass_code('', ' total used free shared buffers cached
Mem: 184 84 100 0 10 39
-/+ buffers/cache: 34 150
Swap: 511 0 511
')
I have looked at dmesg in order to find out what happened. Here is the line that says something about memory:
$this->bbcode_second_pass_code('', 'Memory: 180968K/200704K available (6128K kernel code, 331K rwdata, 2096K rodata, 245K init, 858K bss, 19736K reserved)')
I have trided to boot the SD card with Arch on another Rpi to see whether this is a hardware issue. Same result. This would seem to indicate that this is specific to some configuration inside of Arch Linux.
Any ideas as to where to look for the setting that does this or what to do about it?