Skip to content

Instantly share code, notes, and snippets.

@argrath
Last active May 12, 2020 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save argrath/b94dce033b2d7b04710f3e1838812b27 to your computer and use it in GitHub Desktop.
Save argrath/b94dce033b2d7b04710f3e1838812b27 to your computer and use it in GitHub Desktop.
jitsi-meet on debian 32bit

/usr/share/jitsi-videobridge/jvb.sh

Error occurred during initialization of VM Could not reserve enough space for 3145728KB object heap

/var/log/jitsi/*.log

/etc/jitsi/

/usr/share/jitsi-videobridge/jvb.sh https://github.com/jitsi/jicofo/commit/544011dff40f5cf8aff2d1dbe90b2f92a8cf03ee#diff-fbe8865c23abdfe5075c6f50d770bb27

https://community.jitsi.org/t/got-error-occurred-during-initialization-of-vm/31434/7

https://community.jitsi.org/t/room-crashes-when-anyone-trys-to-join/27460/17

https://wiki.archlinux.jp/index.php/Jitsi-meet

https://github.com/jitsi/jicofo/search?q=JICOFO_AUTH_PASSWORD&unscoped_q=JICOFO_AUTH_PASSWORD

= --user_password

Component "focus.${JITSIFQDN}"
    component_secret = "${SECRET2}"
cat > /etc/jicofo/jicofo.conf <<===
flags="--host=localhost --domain=${JITSIFQDN} --secret=${SECRET2} --user_domain=auth.${JITSIFQDN} --user_name=focus --user_password=${SECRET3}"

https://github.com/jitsi/jicofo/search?q=JICOFO_SECRET&type=

= --secret

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment