Forum
[PROBLEM] Memory - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Configuration (/forum-17.html)
+--- Thread: [PROBLEM] Memory (/thread-731.html)



Memory - Richdotward - 2nd Apr, 2013 06:07 AM

Hi

Just playing around with php and lighttpd on my pi.

Only a temp website on my system at the moment and just testing numerous php apps.

One I'm using sysinfo shows some nice stats of the pi.

richdotward.mooo.com/sysinfo/

Why is my 512 model b only showing 382 Meg total.

Error in the app or something on my pi not setup right?

Thanks for any ideas.

Rich


RE: Memory - Koenkk - 2nd Apr, 2013 06:11 AM

The Raspberry Pi memory is dived over the CPU and GPU. By default XBian allocates 128 mb to the GPU and the rest (384mb) to the CPU.


Re: Memory - Richdotward - 2nd Apr, 2013 07:07 AM

Thanks thought it would be something like that.

As I'm using it headless via SSH I guess I could take back a large chunk of that memory? Any idea how to?

Thanks

Rich


Memory - Koenkk - 2nd Apr, 2013 07:35 AM

(2nd Apr, 2013 07:07 AM)Richdotward Wrote:  Thanks thought it would be something like that.

As I'm using it headless via SSH I guess I could take back a large chunk of that memory? Any idea how to?

Thanks

Rich

Do you still want to be able to run XBMC? if so no, if yes edit the /boot/config.txt and change the gpu_mem_512 to 16


Memory - Richdotward - 2nd Apr, 2013 08:48 AM

Quote:Do you still want to be able to run XBMC? if so no, if yes edit the /boot/config.txt and change the gpu_mem_512 to 16

Never used xbmc, came to xbian due to the sabnzbd downloader pack and just stuck to it ever since.

Tried 16 and the pi would not start up again. 32 and all ok.

Thanks for the tip, 480 meg now showing for xbian to use.

Rich