Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit d14d788

Browse files
authored
Correct title for increasing number of nodejs processes
1 parent 640317d commit d14d788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2020-07-10-dev23.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ ii bbb-webrtc-sfu 1:2.3.0-9 amd64 BigBlueButton WebRTC SFU
247247
248248
# Customizations
249249
250-
## Increase processes for nodejs
250+
## Increase number of processes for nodejs
251251
One of the improvements in scalability was to move away from a single nodejs process for meteor and have multiple nodejs processes handle the incoming messages from clients. On BigBlueButton servers, this meant that meteor could use multiple CPU cores for processing messages (each nodejs process runs on a single CPU core).
252252
253253
To enable multiple bbb-html5 nodejs processes, edit `/etc/bigbluebutton/bbb-conf/apply-config.sh` and add `setNumberOfHTML5Processes 2`. The default is 1; the maximum is 4.

0 commit comments

Comments
 (0)