Skip to content

Raspberry Memory split

Formally: Change the amount of memory made available to the GPU

If you use your Raspberry has a server (you always access to your server through ssh) it could be a good idea to reduce memory for display and give this memory to your applications.

Interactive configuration

You can use the standard way is using interactive UI:

sudo raspi-config

Change memory split to 16 MB in Advanced options -> Memory split (default value is 64).

Using a bash script

TODOC