mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
change max users to max memory
for better undertand
This commit is contained in:
parent
2e1afffd65
commit
52ef280493
1 changed files with 4 additions and 4 deletions
|
@ -39,13 +39,13 @@
|
|||
"type": "domain"
|
||||
},
|
||||
{
|
||||
"name": "maxmembers",
|
||||
"name": "max_memory",
|
||||
"ask":{
|
||||
"en":"Set max simultaneous video members your jitsi will be able to hosts"
|
||||
"en":"Set max memory to use for each javaVM (Each simultaneous user consume around 1,5mb of memory)"
|
||||
},
|
||||
"type": "number",
|
||||
"default": 1056,
|
||||
"example": "One user consume around 1,5mb of memory for 50 simultaneous user will consume next to 71 Mb"
|
||||
"default": 1500,
|
||||
"example": "for 50 simultaneous user will consume next to 75 Mb"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue