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,