mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
raspberrypi2: the max gpu_mem value is 944 in fact
This commit is contained in:
parent
b90077b4f1
commit
120f104baf
@ -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)',
|
'description': 'set the amount of memory reserved for the GPU (choose at least 96MB if you use the CSI camera board)',
|
||||||
'type': 'number',
|
'type': 'number',
|
||||||
'min': '16',
|
'min': '16',
|
||||||
'max': '960',
|
'max': '944',
|
||||||
'section': 'expertSettings',
|
'section': 'expertSettings',
|
||||||
'advanced': True,
|
'advanced': True,
|
||||||
'reboot': True,
|
'reboot': True,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user