mariosangiorgio
Posts: 4
Joined: Mon Apr 29, 2013 12:03 pm
Location: London, UK

Optimal memory split for an headless server

Sat Oct 18, 2014 7:31 am

I own a Raspberry PI model B with 512MB of RAM. I am not running any graphical application on it. It just run a few services and when I need to administer it I do that via SSH.

I see that my /boot/config.txt file contains the following line

Code: Select all

gpu_mem_512=316
I am not using anything graphical at all so it feels a bit of a waste. At the moment my system is not memory hungry, but I don't foresee I'm going to attach a screen to it so I'd like to have a memory split optimised for my use.

What is the optimal split for my situation?

User avatar
rpdom
Posts: 17029
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: Optimal memory split for an headless server

Sat Oct 18, 2014 7:45 am

If you're not using any of the intensive GPU functions, you can get away with gpu_mem=16 or gpu_mem_512=16

Check that it has worked (after a reboot) with vcgencmd get_mem gpu

mariosangiorgio
Posts: 4
Joined: Mon Apr 29, 2013 12:03 pm
Location: London, UK

Re: Optimal memory split for an headless server

Sat Oct 18, 2014 8:01 am

Thanks, it worked. It rebooted, the setting applied and everything is running fine.

Return to “Beginners”