From 120f104baf81f17a84041f53149c60e9f1c98c3e Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Mon, 2 Nov 2015 00:46:56 +0200 Subject: [PATCH] raspberrypi2: the max gpu_mem value is 944 in fact --- board/raspberrypi2/motioneye-modules/boardctl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/raspberrypi2/motioneye-modules/boardctl.py b/board/raspberrypi2/motioneye-modules/boardctl.py index 371546d132..94fb2ce749 100644 --- a/board/raspberrypi2/motioneye-modules/boardctl.py +++ b/board/raspberrypi2/motioneye-modules/boardctl.py @@ -180,7 +180,7 @@ def gpuMem(): 'description': 'set the amount of memory reserved for the GPU (choose at least 96MB if you use the CSI camera board)', 'type': 'number', 'min': '16', - 'max': '960', + 'max': '944', 'section': 'expertSettings', 'advanced': True, 'reboot': True,