1
0
Fork 0
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:
rosbeef andino 2022-04-04 16:41:35 -04:00 committed by GitHub
parent 2e1afffd65
commit 52ef280493
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}
]
}