Lower the GPU/cmu memory to 64M as we hardly use more then a few MB's

This leaves more over for the normal stuff. Especially for the rpi3
This commit is contained in:
j1nx 2020-10-11 16:23:02 +02:00
parent b143cbc21a
commit b5918577bc
2 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
dwc_otg.lpm_enable=0 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes console=ttyAMA0,115200 consoleblank=0 loglevel=0 vt.global_cursor_default=0 logo.nologo systemd.show_status=0 rootwait quiet splash
cma=64M@64M dwc_otg.lpm_enable=0 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes console=ttyAMA0,115200 consoleblank=0 loglevel=0 vt.global_cursor_default=0 logo.nologo systemd.show_status=0 rootwait quiet splash

View File

@ -26,10 +26,10 @@ max_framebuffers=2
# How much memory in MB to assign to the GPU on Pi models having
# 256, 512 or 1024 MB total memory
gpu_mem=256
gpu_mem_256=100
gpu_mem_512=100
gpu_mem_1024=100
gpu_mem=64
gpu_mem_256=64
gpu_mem_512=64
gpu_mem_1024=64
# Enable the onboard soundcard
dtparam=audio=on