From 52ef280493b0dfbd577d2c20af4291beb903969a Mon Sep 17 00:00:00 2001 From: rosbeef andino Date: Mon, 4 Apr 2022 16:41:35 -0400 Subject: [PATCH] change max users to max memory for better undertand --- manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 8807f2c..2fb466d 100644 --- a/manifest.json +++ b/manifest.json @@ -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" } ] }