
You can improve system performance by limiting the load generated by RTCcollaborative sessions. RTC provides parameters that enable you to specify the following:
Before a new participant can join an existing RTCsession (application sharing or instant messaging) or start a new session, the system first verifies if the maximum number of concurrent sessions or the maximum number of users for that particular session has been reached. If the user is allowed to join the session or start a new one and the session is an application sharing session, the system then also verifies if the maximum number of allowed threads in the AS Java has been reached (see Configuring Thread Settings for RTC Application Sharing Server ). In the event a session cannot be started or a user cannot participate in an existing session because of the set limitations, the user is notified on the screen.
Alternatively, you can navigate to System Administration → System Configuration → Collaboration. Then, under Folders, navigate to Collaboration → Real-Time Collaboration (RTC) →RTCEngine →RTCEngine.
Certain parameters are tagged as advanced parameters. To display advanced parameters with the basic parameters, you need to switch the view of the configuration editor. See Normal and Advanced View in the Configuration iView .
| Configuration Object (Parameter) | Default Value | Description |
|---|---|---|
|
MaximumApplicationSharing Sessions |
10 |
Specifies the maximum numbers of concurrent application sharing sessions permitted per cluster. |
|
MaximumChatSessions |
100 |
Specifies the maximum numbers of concurrent instant messaging sessions permitted per cluster. |
|
MaximumUsersPerApplication SharingSession |
5 |
Specifies the maximum numbers users permitted per application sharing session. |
|
MaximumUsersPerChatSession |
8 |
Specifies the maximum numbers users permitted per instant messaging session. |