diff options
Diffstat (limited to 'templates/machine')
-rw-r--r-- | templates/machine/raspberrypi3/50_local.conf.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/machine/raspberrypi3/50_local.conf.inc b/templates/machine/raspberrypi3/50_local.conf.inc index 9ec236f08..b09eea13d 100644 --- a/templates/machine/raspberrypi3/50_local.conf.inc +++ b/templates/machine/raspberrypi3/50_local.conf.inc @@ -1,6 +1,8 @@ MACHINE = "raspberrypi3" -GPU_MEM = "512" +#GPU_MEM = "512" +# Increase GPU_MEM for AGL apps (navi/poi) +GPU_MEM = "640" ENABLE_CMA = "1" CMA_LWM = "16" |