Configuring the maximum number of meeting occupants
By default, the Sametime Meeting Server restricts the number of users in a meeting to 100 users.
About this task
Note: The
greater the number of concurrent users accessing the server the greater the
resources consumed, particularly CPU resources. Other factors, such as meeting
recordings, can influence the total capacity. Do not change this setting without
proper sizing information from HCL.
For sizing related questions, contact HCL.
Procedure for
Kubernetes
- Place the helm/values.yaml in edit mode.
vi helm/values.yaml
- Edit the following line:
MaxOccupants= <new value representing the number of total users in a meeting>
- Save the file.
- Restart the Sametime Meeting Server using the instructions in the topic Starting and stopping Meeting servers.
Procedure for Docker:
- Place the docker-compose.yml file in edit mode.
- Under the prosody section, modify the value of MAX_OCCUPANTS:
MAX_OCCUPANTS=<new value>
- Save the docker-compose.xml file.
- Restart the Sametime Meeting Server using the instructions in the topic Starting and stopping Meeting servers.