Change minimum required RAM from 2GB to 1GB

This commit is contained in:
PCoder 2017-12-21 01:25:52 +01:00
commit 4dff4e07cb
8 changed files with 26 additions and 17 deletions

View file

@ -15,8 +15,8 @@
},
'ram': {
'id': 'ramValue',
'value': 2,
'min': 2,
'value': 1,
'min': 1,
'max': 200,
'interval': 1
},