Change minimum required RAM from 2GB to 1GB
This commit is contained in:
parent
02bb3305a1
commit
4dff4e07cb
8 changed files with 26 additions and 17 deletions
|
|
@ -15,8 +15,8 @@
|
|||
},
|
||||
'ram': {
|
||||
'id': 'ramValue',
|
||||
'value': 2,
|
||||
'min': 2,
|
||||
'value': 1,
|
||||
'min': 1,
|
||||
'max': 200,
|
||||
'interval': 1
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue