Adjust GPU mem down to 256, should be do-able as this build uses only framebuffers
This commit is contained in:
parent
33c4f5471e
commit
64001e83a4
|
@ -19,7 +19,7 @@ nano -w /boot/firmware/cmdline.txt
|
|||
cat >> /boot/firmware/usercfg.txt <<EOF
|
||||
|
||||
# Setup GPU general settings
|
||||
gpu_mem=512
|
||||
gpu_mem=256
|
||||
disable_overscan=1
|
||||
|
||||
# Screen Settings
|
||||
|
|
Loading…
Reference in a new issue