RPi4: reduce gpu_mem in config.txt to 76

H264 V4L2 decoder needs a bit of GPU memory, the default of 76 MB is
enough. H265 V4L2 decoder and vc4/v3d kms drivers all use CMA memory.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2020-02-18 11:07:20 +01:00
parent c35c323468
commit 2db13635e0

View File

@ -9,8 +9,8 @@
# Memory (System/GPU configuration ) # Memory (System/GPU configuration )
################################################################################ ################################################################################
# Default GPU memory split - at least 288M is needed for some 4k HEVC files # Default GPU memory split
gpu_mem=320 gpu_mem=76
################################################################################ ################################################################################
# For overclocking and various other settings, see: # For overclocking and various other settings, see: