From e48bb054957454cdb5265e27a5680694e272e98a Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 3 Jan 2017 22:54:00 +0100 Subject: Bump gpu_mem_1024 to 640 to inrease gpu memory for apps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change mitigates SPEC-390 by increasing the GPU memory available on the rpi2/rpi3 with 1G RAM to 640M. Change-Id: I37fc28daa80e78808baa6d04f0b16647914ac65c Bug-AGL: SPEC-390 Signed-off-by: Jan-Simon Möller --- templates/machine/raspberrypi3/50_local.conf.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- cgit 1.2.3-korg