mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
14 lines
467 B
TOML
14 lines
467 B
TOML
version = "1.0"
|
|
|
|
[main]
|
|
name = "Main configuration"
|
|
services = ["__APP__-jicofo","__APP__-videobridge"]
|
|
|
|
[main.config]
|
|
name = "Global configurations"
|
|
|
|
[main.config.max_memory]
|
|
bind = "null"
|
|
ask.en = "Max memory to use for VM"
|
|
type = "number"
|
|
help = "One user consume about 1,5 Mib memory ,with no user jitsi consume 120 MiB. For example if plan to have max 50 simultaneous users this parameter should be set to 200 mb"
|