node processes authored by Roland Alton's avatar Roland Alton
...@@ -104,6 +104,9 @@ in `/opt/freeswitch/conf/autoload_configs/opus.conf.xml` ...@@ -104,6 +104,9 @@ in `/opt/freeswitch/conf/autoload_configs/opus.conf.xml`
</configuration> </configuration>
``` ```
Set number of node processes in BBB 2.3 here `/usr/share/meteor/bundle/bbb-html5-with-roles.conf`
Then do a Then do a
`bbb-conf --restart` `bbb-conf --restart`
...@@ -112,7 +115,7 @@ After each update do a ...@@ -112,7 +115,7 @@ After each update do a
`bbb-conf --setip arlberg.fairteaching.net` see https://docs.bigbluebutton.org/2.2/install.html#upgrading-from-bigbluebutton-22 `bbb-conf --setip arlberg.fairteaching.net` see https://docs.bigbluebutton.org/2.2/install.html#upgrading-from-bigbluebutton-22
(For future: a script might do that job: https://docs.bigbluebutton.org/2.2/customize.html#automatically-apply-configuration-changes-on-restart) (For future: a script might do that job: https://docs.bigbluebutton.org/2.2/customize.html#automatically-apply-configuration-changes-on-restart and BBB 2.3 has local config overrides https://docs.bigbluebutton.org/dev/dev23.html#local-overrides-for-configuration-settings)
### reload parameters ### reload parameters
... ...
......